Package org.javlo.module.dashboard
Class ReportFactory
- java.lang.Object
-
- org.javlo.module.dashboard.ReportFactory
-
public class ReportFactory extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static int
getMaxMLinkCheck()
static ReportBean
getReport(ContentContext ctx)
protected static boolean
isPageValid(ContentContext ctx, ReportFilter filter, MenuElement page)
static void
main(String[] args)
-
-
-
Method Detail
-
isPageValid
protected static boolean isPageValid(ContentContext ctx, ReportFilter filter, MenuElement page)
-
getReport
public static ReportBean getReport(ContentContext ctx) throws Exception
- Throws:
Exception
-
getMaxMLinkCheck
public static int getMaxMLinkCheck()
-
main
public static void main(String[] args) throws MalformedURLException
- Throws:
MalformedURLException
-
-