Uses of Class
org.javlo.navigation.PageBean
-
Packages that use PageBean Package Description org.javlo.component.links org.javlo.component.web2.survey org.javlo.context org.javlo.data org.javlo.module.comments org.javlo.module.dashboard org.javlo.navigation org.javlo.user -
-
Uses of PageBean in org.javlo.component.links
Methods in org.javlo.component.links that return PageBean Modifier and Type Method Description PageBean
NextPage. getNextPage(ContentContext ctx)
PageBean
ChildrenLink.ChildLinkBean. getPageBean()
PageBean
PreviousPage. getPreviousPage(ContentContext ctx)
-
Uses of PageBean in org.javlo.component.web2.survey
Methods in org.javlo.component.web2.survey that return PageBean Modifier and Type Method Description PageBean
AbstractSurvey. getPreviousPage(ContentContext ctx)
-
Uses of PageBean in org.javlo.context
Methods in org.javlo.context that return PageBean Modifier and Type Method Description PageBean
ContentContextBean. getCurrentPage()
Methods in org.javlo.context with parameters of type PageBean Modifier and Type Method Description void
ContentContextBean. setCurrentPage(PageBean currentPage)
-
Uses of PageBean in org.javlo.data
Methods in org.javlo.data that return PageBean Modifier and Type Method Description PageBean
InfoBean. getBackPage()
if back page name is setted in as _back_page param this method return the PageBean.PageBean
InfoBean. getFirstLevelPage()
PageBean
InfoBean. getMainPage()
return the root page if the current page is a children of associationPageBean
InfoBean. getPage()
PageBean
InfoBean. getPageByName(String name)
PageBean
InfoBean. getParent()
PageBean
InfoBean. getRegistrationPage()
PageBean
InfoBean. getRoot()
PageBean
InfoBean. getTemplateRoot()
return the root page with this template, stop to parent page with different templateMethods in org.javlo.data that return types with arguments of type PageBean Modifier and Type Method Description Map<String,PageBean>
InfoBean. getPageByName()
List<PageBean>
InfoBean. getPagePath()
get the list of the pages from current to rootCollection<PageBean>
InfoBean. getPagesForAnyLanguages()
List<PageBean>
InfoBean. getParentPageList()
-
Uses of PageBean in org.javlo.module.comments
Methods in org.javlo.module.comments that return PageBean Modifier and Type Method Description PageBean
CommentsAction.CommentsContainer. getPage()
-
Uses of PageBean in org.javlo.module.dashboard
Methods in org.javlo.module.dashboard that return PageBean Modifier and Type Method Description PageBean
DashboardAction.DebugNoteBean. getPage()
Methods in org.javlo.module.dashboard with parameters of type PageBean Modifier and Type Method Description void
DashboardAction.DebugNoteBean. setPage(PageBean page)
Constructors in org.javlo.module.dashboard with parameters of type PageBean Constructor Description DebugNoteBean(String message, String priority, boolean currentUser, String modifDate, String authors, String area, String pageURL, PageBean page)
-
Uses of PageBean in org.javlo.navigation
Methods in org.javlo.navigation that return PageBean Modifier and Type Method Description PageBean
NavigationMapByName. get(Object name)
PageBean
PageAssociationBean. getArticleRoot()
PageBean
PageAssociationBean. getAssociationPage()
PageBean
PageBean. getNextPage()
get the next page in the navigation.PageBean
PageAssociationBean. getPage()
PageBean
MenuElement. getPageBean(ContentContext ctx)
PageBean
PageBean. getParent()
PageBean
PageBean. getParentWidthContent()
PageBean
PageBean. getPreviousPage()
get the next page in the navigation.PageBean
NavigationMapByName. put(String arg0, PageBean arg1)
PageBean
NavigationMapByName. remove(Object arg0)
Methods in org.javlo.navigation that return types with arguments of type PageBean Modifier and Type Method Description Set<Map.Entry<String,PageBean>>
NavigationMapByName. entrySet()
List<PageBean>
PageAssociationBean. getArticles()
List<PageBean>
PageBean. getChildren()
get the list of children with isActive() true if no edition.Collection<PageBean>
MenuElement.SmartPageDescription. getNextBrothers()
List<PageBean>
PageAssociationBean. getPages()
List<PageBean>
PageBean. getParents()
Collection<PageBean>
MenuElement.SmartPageDescription. getPreviousBrothers()
List<PageBean>
PageBean. getRealChildren()
get the list of children with isRealContent() and isVisible() is true.List<PageBean>
PageBean. getVisibleChildrenList()
Collection<PageBean>
NavigationMapByName. values()
Methods in org.javlo.navigation with parameters of type PageBean Modifier and Type Method Description int
ModificationDateComparator. compare(PageBean page1, PageBean page2)
PageBean
NavigationMapByName. put(String arg0, PageBean arg1)
Method parameters in org.javlo.navigation with type arguments of type PageBean Modifier and Type Method Description void
NavigationMapByName. putAll(Map<? extends String,? extends PageBean> arg0)
-
Uses of PageBean in org.javlo.user
Methods in org.javlo.user that return PageBean Modifier and Type Method Description PageBean
VisitorContext. getPreviousPage()
Methods in org.javlo.user with parameters of type PageBean Modifier and Type Method Description void
VisitorContext. setPreviousPage(PageBean previousPage)
-