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 SmartPageBeanSmartPageBean. getInstance(ContentContext ctx, ContentContext lgCtx, MenuElement page, PageReferenceComponent comp)SmartPageBeanSmartPageBean. 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 intSmartPageBaanTodayComparator. compare(SmartPageBean elem1, SmartPageBean elem2)compare two array of ComparableintSmartPageBeanCreationDateComparator. compare(SmartPageBean elem1, SmartPageBean elem2)compare two array of ComparableintSmartPageBeanGlobalDateComparator. compare(SmartPageBean elem1, SmartPageBean elem2)compare two array of ComparableintSmartPageBeanPopularityComparator. compare(SmartPageBean elem1, SmartPageBean elem2)intSmartPageBeanPriorityComparator. compare(SmartPageBean elem1, SmartPageBean elem2)intSmartPageBeanVisitComparator. compare(SmartPageBean elem1, SmartPageBean elem2)static intSmartPageBeanVisitComparator. 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 intReactionSmartPageBeanComparator. compare(SmartPageBean o1, SmartPageBean o2)
-