Uses of Class
org.javlo.component.links.SmartPageBean
-
Packages that use SmartPageBean Package Description org.javlo.component.links org.javlo.helper.Comparator org.javlo.navigation -
-
Uses of SmartPageBean in org.javlo.component.links
Methods in org.javlo.component.links that return SmartPageBean Modifier and Type Method Description static SmartPageBean
SmartPageBean. getInstance(ContentContext ctx, ContentContext lgCtx, MenuElement page, PageReferenceComponent comp)
SmartPageBean
SmartPageBean. getParent()
Methods in org.javlo.component.links that return types with arguments of type SmartPageBean Modifier and Type Method Description List<SmartPageBean>
SmartPageBean. getChildren()
Constructors in org.javlo.component.links with parameters of type SmartPageBean Constructor Description JsonPageBean(SmartPageBean pageBean)
-
Uses of SmartPageBean in org.javlo.helper.Comparator
Methods in org.javlo.helper.Comparator with parameters of type SmartPageBean Modifier and Type Method Description int
SmartPageBaanTodayComparator. compare(SmartPageBean elem1, SmartPageBean elem2)
compare two array of Comparableint
SmartPageBeanCreationDateComparator. compare(SmartPageBean elem1, SmartPageBean elem2)
compare two array of Comparableint
SmartPageBeanGlobalDateComparator. compare(SmartPageBean elem1, SmartPageBean elem2)
compare two array of Comparableint
SmartPageBeanPopularityComparator. compare(SmartPageBean elem1, SmartPageBean elem2)
int
SmartPageBeanPriorityComparator. compare(SmartPageBean elem1, SmartPageBean elem2)
int
SmartPageBeanVisitComparator. compare(SmartPageBean elem1, SmartPageBean elem2)
static int
SmartPageBeanVisitComparator. compareVisit(ContentContext ctx, int multiply, SmartPageBean elem1, SmartPageBean elem2)
-
Uses of SmartPageBean in org.javlo.navigation
Methods in org.javlo.navigation with parameters of type SmartPageBean Modifier and Type Method Description int
ReactionSmartPageBeanComparator. compare(SmartPageBean o1, SmartPageBean o2)
-