Package | Description |
---|---|
org.javlo.context | |
org.javlo.data | |
org.javlo.module.comments | |
org.javlo.module.dashboard | |
org.javlo.navigation | |
org.javlo.user |
Modifier and Type | Method and Description |
---|---|
PageBean |
ContentContextBean.getCurrentPage() |
Modifier and Type | Method and Description |
---|---|
void |
ContentContextBean.setCurrentPage(PageBean currentPage) |
Modifier and Type | Method and 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 association
|
PageBean |
InfoBean.getPage() |
PageBean |
InfoBean.getParent() |
PageBean |
InfoBean.getRoot() |
Modifier and Type | Method and Description |
---|---|
Map<String,PageBean> |
InfoBean.getPageByName() |
List<PageBean> |
InfoBean.getPagePath()
get the list of the pages from current to root
|
List<PageBean> |
InfoBean.getParentPageList() |
Modifier and Type | Method and Description |
---|---|
PageBean |
CommentsAction.CommentsContainer.getPage() |
Modifier and Type | Method and Description |
---|---|
PageBean |
DashboardAction.DebugNoteBean.getPage() |
Modifier and Type | Method and Description |
---|---|
void |
DashboardAction.DebugNoteBean.setPage(PageBean page) |
Constructor and Description |
---|
DebugNoteBean(String message,
String priority,
boolean currentUser,
String modifDate,
String authors,
String area,
String pageURL,
PageBean page) |
Modifier and Type | Method and 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.getPreviousPage()
get the next page in the navigation.
|
PageBean |
NavigationMapByName.put(String arg0,
PageBean arg1) |
PageBean |
NavigationMapByName.remove(Object arg0) |
Modifier and Type | Method and 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.
|
Collection<PageBean> |
NavigationMapByName.values() |
Modifier and Type | Method and Description |
---|---|
int |
ModificationDateComparator.compare(PageBean page1,
PageBean page2) |
PageBean |
NavigationMapByName.put(String arg0,
PageBean arg1) |
Modifier and Type | Method and Description |
---|---|
void |
NavigationMapByName.putAll(Map<? extends String,? extends PageBean> arg0) |
Modifier and Type | Method and Description |
---|---|
PageBean |
VisitorContext.getPreviousPage() |
Modifier and Type | Method and Description |
---|---|
void |
VisitorContext.setPreviousPage(PageBean previousPage) |
Copyright © 2012-2018. All Rights Reserved.