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 PageBeanNextPage. getNextPage(ContentContext ctx)PageBeanChildrenLink.ChildLinkBean. getPageBean()PageBeanPreviousPage. 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 PageBeanAbstractSurvey. getPreviousPage(ContentContext ctx) - 
Uses of PageBean in org.javlo.context
Methods in org.javlo.context that return PageBean Modifier and Type Method Description PageBeanContentContextBean. getCurrentPage()Methods in org.javlo.context with parameters of type PageBean Modifier and Type Method Description voidContentContextBean. setCurrentPage(PageBean currentPage) - 
Uses of PageBean in org.javlo.data
Methods in org.javlo.data that return PageBean Modifier and Type Method Description PageBeanInfoBean. getBackPage()if back page name is setted in as _back_page param this method return the PageBean.PageBeanInfoBean. getFirstLevelPage()PageBeanInfoBean. getMainPage()return the root page if the current page is a children of associationPageBeanInfoBean. getPage()PageBeanInfoBean. getPageByName(String name)PageBeanInfoBean. getParent()PageBeanInfoBean. getRegistrationPage()PageBeanInfoBean. getRoot()PageBeanInfoBean. 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 PageBeanCommentsAction.CommentsContainer. getPage() - 
Uses of PageBean in org.javlo.module.dashboard
Methods in org.javlo.module.dashboard that return PageBean Modifier and Type Method Description PageBeanDashboardAction.DebugNoteBean. getPage()Methods in org.javlo.module.dashboard with parameters of type PageBean Modifier and Type Method Description voidDashboardAction.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 PageBeanNavigationMapByName. get(Object name)PageBeanPageAssociationBean. getArticleRoot()PageBeanPageAssociationBean. getAssociationPage()PageBeanPageBean. getNextPage()get the next page in the navigation.PageBeanPageAssociationBean. getPage()PageBeanMenuElement. getPageBean(ContentContext ctx)PageBeanPageBean. getParent()PageBeanPageBean. getParentWidthContent()PageBeanPageBean. getPreviousPage()get the next page in the navigation.PageBeanNavigationMapByName. put(String arg0, PageBean arg1)PageBeanNavigationMapByName. 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 intModificationDateComparator. compare(PageBean page1, PageBean page2)PageBeanNavigationMapByName. put(String arg0, PageBean arg1)Method parameters in org.javlo.navigation with type arguments of type PageBean Modifier and Type Method Description voidNavigationMapByName. 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 PageBeanVisitorContext. getPreviousPage()Methods in org.javlo.user with parameters of type PageBean Modifier and Type Method Description voidVisitorContext. setPreviousPage(PageBean previousPage) 
 -