Uses of Class
org.javlo.navigation.MenuElement
-
-
Uses of MenuElement in org.javlo.actions
Methods in org.javlo.actions with parameters of type MenuElement Modifier and Type Method Description static String
DataAction. createImportFolder(MenuElement inPage)
static String
TimeTravelerActions. replaceCurrentPage(ContentContext ctx, MenuElement newPage, boolean withChildren)
-
Uses of MenuElement in org.javlo.comparator
Methods in org.javlo.comparator with parameters of type MenuElement Modifier and Type Method Description int
MenuElementPriorityComparator. compare(MenuElement elem1, MenuElement elem2)
-
Uses of MenuElement in org.javlo.component.column.row
Methods in org.javlo.component.column.row with parameters of type MenuElement Modifier and Type Method Description Row
RowContext. getRowComponent(ContentContext ctx, MenuElement page, String area)
-
Uses of MenuElement in org.javlo.component.core
Methods in org.javlo.component.core that return MenuElement Modifier and Type Method Description MenuElement
AbstractVisualComponent. getContainerPage(ContentContext ctx)
get the page of the container if component is mirrored else get the page of the component.MenuElement
AbstractVisualComponent. getCurrentPage(ContentContext ctx, boolean componentPage)
get the current pageMenuElement
AbstractVisualComponent. getPage()
MenuElement
ContentElementList. getPage()
MenuElement
IContentVisualComponent. getPage()
get the page contains the componentMenuElement
IReverseLinkComponent. getPage()
get the page of the component.Methods in org.javlo.component.core with parameters of type MenuElement Modifier and Type Method Description static IContentVisualComponent
ComponentFactory. createComponent(ContentContext ctx, ComponentBean bean, MenuElement inPage, IContentVisualComponent previous, IContentVisualComponent next)
static AbstractVisualComponent
ComponentFactory. CreateComponent(ContentContext ctx, ComponentBean bean, MenuElement inPage, IContentVisualComponent previous, IContentVisualComponent next)
static List<IContentVisualComponent>
ComponentFactory. getComponents(ContentContext ctx, MenuElement page)
return request scope component (add template component)static IContentVisualComponent
ComponentFactory. getComponentWithType(ContentContext ctx, MenuElement page, String type)
static String
AbstractVisualComponent. getImportFolderPath(ContentContext ctx, MenuElement page)
IContentVisualComponent
AbstractVisualComponent. newInstance(ComponentBean bean, ContentContext newCtx, MenuElement page)
IContentVisualComponent
IContentVisualComponent. newInstance(ComponentBean bean, ContentContext newCtx, MenuElement page)
init the component, do that before all using.void
AbstractVisualComponent. setContainerPage(ContentContext ctx, MenuElement page)
void
IContentVisualComponent. setContainerPage(ContentContext ctx, MenuElement page)
set the page of a container (page mirror, component mirror).void
AbstractVisualComponent. setPage(MenuElement inPage)
void
ContentElementList. setPage(MenuElement page)
void
IContentVisualComponent. setPage(MenuElement inPage)
Constructors in org.javlo.component.core with parameters of type MenuElement Constructor Description ContentElementList(ComponentBean[] beans, ContentContext ctx, MenuElement inPage, boolean allArea)
ContentElementList(ContentContext ctx, MenuElement inPage, boolean allArea)
-
Uses of MenuElement in org.javlo.component.dynamic
Methods in org.javlo.component.dynamic with parameters of type MenuElement Modifier and Type Method Description IContentVisualComponent
DynamicComponent. newInstance(ComponentBean bean, ContentContext newCtx, MenuElement page)
-
Uses of MenuElement in org.javlo.component.form
Methods in org.javlo.component.form that return MenuElement Modifier and Type Method Description protected MenuElement
SmartGenericForm. getNextPage(ContentContext ctx)
-
Uses of MenuElement in org.javlo.component.links
Methods in org.javlo.component.links that return MenuElement Modifier and Type Method Description MenuElement
PageMirrorComponent. getMirrorPage(ContentContext ctx)
MenuElement
ChildrenLink.ChildLinkBean. getPage()
MenuElement
SmartPageBean. getPage()
MenuElement
SmartPageBean. getRootOfChildrenAssociation()
Methods in org.javlo.component.links that return types with arguments of type MenuElement Modifier and Type Method Description protected List<MenuElement>
PageReferenceComponent. getSelectedPages(ContentContext ctx, List<MenuElement> children)
protected Collection<MenuElement>
MonthChildrenLink. getTargetPages(ContentContext ctx)
Methods in org.javlo.component.links with parameters of type MenuElement Modifier and Type Method Description protected boolean
PageReferenceComponent. filterPage(ContentContext ctx, MenuElement page, Collection<MenuElement> currentSelection, Collection<String> commands, String filter, boolean widthUnactive)
filter the pagestatic SmartPageBean
SmartPageBean. getInstance(ContentContext ctx, ContentContext lgCtx, MenuElement page, PageReferenceComponent comp)
protected String
PageReferenceComponent. getPageDisplayedId(MenuElement page)
protected String
PageReferenceComponent. getPageId(MenuElement page)
Method parameters in org.javlo.component.links with type arguments of type MenuElement Modifier and Type Method Description protected boolean
PageReferenceComponent. filterPage(ContentContext ctx, MenuElement page, Collection<MenuElement> currentSelection, Collection<String> commands, String filter, boolean widthUnactive)
filter the pageprotected List<MenuElement>
PageReferenceComponent. getSelectedPages(ContentContext ctx, List<MenuElement> children)
Constructors in org.javlo.component.links with parameters of type MenuElement Constructor Description ChildLinkBean(ContentContext ctx, MenuElement child, MenuElement currentPage)
-
Uses of MenuElement in org.javlo.component.web2
Methods in org.javlo.component.web2 with parameters of type MenuElement Modifier and Type Method Description IContentVisualComponent
ReactionComponent. newInstance(ComponentBean bean, ContentContext newCtx, MenuElement page)
-
Uses of MenuElement in org.javlo.component.web2.survey
Methods in org.javlo.component.web2.survey that return MenuElement Modifier and Type Method Description protected MenuElement
SurveyGenericForm. getNextPage(ContentContext ctx)
-
Uses of MenuElement in org.javlo.context
Fields in org.javlo.context with type parameters of type MenuElement Modifier and Type Field Description WeakReference<MenuElement>
ContentContext. currentPageCached
Methods in org.javlo.context that return MenuElement Modifier and Type Method Description MenuElement
GlobalContext. convertOldURL(ContentContext ctx, String url)
MenuElement
ContentContext. getCurrentPage()
MenuElement
ContentContext. getCurrentPageCached()
MenuElement
GlobalContext. getPageIfExist(ContentContext ctx, String url, boolean useURLCreator)
MenuElement
ContentContext. getVirtualCurrentPage()
Methods in org.javlo.context with parameters of type MenuElement Modifier and Type Method Description ContentContext
ContentContext. getContextNotEmpty(MenuElement page)
return a context with at least one element (if exist), it can be change the language (and only this) of the current context. this method use only the default language list.ContentContext
ContentContext. getContextOnPage(MenuElement page)
ContentContext
ContentContext. getContextWidthTitle(MenuElement page)
return a context with at least one title (if exist), it can be change the language (and only this) of the current context. this method use only the default language list.ContentContext
ContentContext. getContextWithContent(MenuElement page)
return a context with real content (if exist), it can be change the language (and only this) of the current context. this method use only the default language list.ContentContext
ContentContext. getContextWithContentDEBUG(MenuElement page)
return a context with language (if exist), it can be change the language (and only this) of the current context). this method use only the default language list.ContentContext
ContentContext. getContextWithContentNeverNull(MenuElement page)
return a context with language (if exist), it can be change the language (and only this) of the current context). this method use only the default language list.void
ContentContext. setCurrentPageCached(MenuElement currentPageCached)
void
ContentContext. setVirtualCurrentPage(MenuElement virtualCurrentPage)
-
Uses of MenuElement in org.javlo.data
Methods in org.javlo.data that return MenuElement Modifier and Type Method Description MenuElement
InfoBean. getCurrentPage()
-
Uses of MenuElement in org.javlo.ecom
Constructors in org.javlo.ecom with parameters of type MenuElement Constructor Description ProductBean(ContentContext ctx, String id, MenuElement page, String lg, double price, String priceString, double reduction, double vat, String currencyCode, String name, String description, String imageURL, int quantity, double weight)
-
Uses of MenuElement in org.javlo.fields
Methods in org.javlo.fields that return MenuElement Modifier and Type Method Description MenuElement
IFieldContainer. getPage()
-
Uses of MenuElement in org.javlo.helper
Methods in org.javlo.helper that return MenuElement Modifier and Type Method Description static MenuElement
MacroHelper. addPage(ContentContext ctx, String parentName, String pagePrefix, boolean top)
insert a page in the navigation.static MenuElement
MacroHelper. addPage(ContentContext ctx, MenuElement parentPage, String pageName, boolean top, boolean store)
static MenuElement
MacroHelper. addPageIfNotExist(ContentContext ctx, String parentName, String pageName, boolean top)
insert a page in the navigation if she does'nt exist.static MenuElement
MacroHelper. addPageIfNotExist(ContentContext ctx, MenuElement parentPage, String pageName, boolean top, boolean store)
static MenuElement
MacroHelper. addPageIfNotExistWithoutMessage(ContentContext ctx, MenuElement parentPage, String pageName, boolean top)
insert a page in the navigation if she does'nt exist.static MenuElement
MacroHelper. addPageIfNotExistWithoutMessage(ContentContext ctx, MenuElement parentPage, MenuElement subPage, boolean top, boolean store)
insert the page in the navigation if she does not exist and add not existing parent page too.static MenuElement
MacroHelper. createArticlePage(ContentContext ctx, MenuElement rootPage, Date date)
static MenuElement
MacroHelper. createArticlePageName(ContentContext ctx, MenuElement parentPage)
static MenuElement
ContentHelper. createChild(ContentContext ctx, MenuElement parent)
static MenuElement
NavigationHelper. createChildPageAutoName(MenuElement page, ContentContext ctx)
static MenuElement
ContentHelper. createPage(ContentContext ctx, MenuElement template, MenuElement root, Date date)
static MenuElement
MacroHelper. createPathIfNotExist(ContentContext ctx, String path)
create all pages of a path or return the existing page.static MenuElement
MacroHelper. duplicatePage(ContentContext ctx, MenuElement page, String newname, boolean mirror)
static MenuElement
NavigationHelper. firstSelectionElement(ContentContext ctx)
static MenuElement
NavigationHelper. getChildWithContent(ContentContext ctx, MenuElement page)
static MenuElement
NavigationHelper. getPageById(ContentContext ctx, String id)
static MenuElement
NavigationHelper. getPopupPage(ContentContext ctx)
static MenuElement
NavigationHelper. searchPage(ContentContext ctx, String idOrNameOrPath)
Methods in org.javlo.helper that return types with arguments of type MenuElement Modifier and Type Method Description static List<MenuElement>
MacroHelper. searchArticleRoot(ContentContext ctx)
return a list of page with only year as children.static List<MenuElement>
NavigationHelper. searchLinkTo(ContentContext ctx, MenuElement elem)
search page with a link to a specific pagestatic List<MenuElement>
MacroHelper. searchPageWidthLayout(ContentContext ctx)
return a list of page with only year as children.Methods in org.javlo.helper with parameters of type MenuElement Modifier and Type Method Description static String
MacroHelper. addContent(String lg, MenuElement page, String parentCompId, String contentType, String style, String area, String value, boolean inList, User authors)
static String
MacroHelper. addContent(String lg, MenuElement page, String parentCompId, String contentType, String style, String area, String renderer, String value, User authors)
add content to a pagestatic String
MacroHelper. addContent(String lg, MenuElement page, String parentCompId, String contentType, String style, String area, String value, User authors, String renderer, String colStyle, int colSize)
add content to a pagestatic String
MacroHelper. addContent(String lg, MenuElement page, String parentCompId, String contentType, String style, String value, User authors)
static String
MacroHelper. addContent(String lg, MenuElement page, String parentCompId, String contentType, String style, String value, User authors, String renderer, String colStyle, int colSize)
add content to a pagestatic String
MacroHelper. addContent(String lg, MenuElement page, String parentCompId, String contentType, String value, User authors)
static String
MacroHelper. addContent(String lg, MenuElement page, String parentCompId, String contentType, String value, User authors, String renderer, String colStyle, int colSize)
add content to a pagestatic String
MacroHelper. addContentIfNotExist(ContentContext ctx, MenuElement page, String parentCompId, String contentType, String value)
add content to a pagestatic String
MacroHelper. addContentIfNotExist(ContentContext ctx, MenuElement page, String parentCompId, String contentType, String value, String style)
add content to a pagestatic void
MacroHelper. addContentInPage(ContentContext ctx, MenuElement newPage, String pageStructureName)
static void
MacroHelper. addContentInPage(ContentContext ctx, MenuElement newPage, String pageStructureName, Date date, Collection<String> tags)
static MenuElement
MacroHelper. addPage(ContentContext ctx, MenuElement parentPage, String pageName, boolean top, boolean store)
static MenuElement
MacroHelper. addPageIfNotExist(ContentContext ctx, MenuElement parentPage, String pageName, boolean top, boolean store)
static MenuElement
MacroHelper. addPageIfNotExistWithoutMessage(ContentContext ctx, MenuElement parentPage, String pageName, boolean top)
insert a page in the navigation if she does'nt exist.static MenuElement
MacroHelper. addPageIfNotExistWithoutMessage(ContentContext ctx, MenuElement parentPage, MenuElement subPage, boolean top, boolean store)
insert the page in the navigation if she does not exist and add not existing parent page too.static boolean
NavigationHelper. canMoveDown(MenuElement elem)
static boolean
NavigationHelper. canMoveToChild(MenuElement elem)
static boolean
NavigationHelper. canMoveToParent(MenuElement elem)
static boolean
NavigationHelper. canMoveUp(MenuElement elem)
static void
NavigationHelper. changeStepPriority(MenuElement[] elems, int newStep)
static String
MacroHelper. copyChildren(ContentContext ctx, MenuElement source, MenuElement target, String sourcePattern, String targetPattern)
static void
NavigationHelper. copyElement(ContentContext ctx, MenuElement src, MenuElement target)
copy all element attribute (without children)static void
MacroHelper. copyLanguageStructure(MenuElement currentPage, ContentContext ctx, List<ContentContext> otherLanguageContexts, boolean withContent, boolean translate)
Copy all component in the current language to the otherLanguageContexts BUT with an empty value.static void
MacroHelper. copyLocalContent(MenuElement fromPage, ContentContext fromCtx, MenuElement toPage, ContentContext toCtx)
Copy the local content of the current language totoPage
.static void
ContentHelper. copyPage(ContentContext ctx, MenuElement source, MenuElement target)
static int
NavigationHelper. countUnvalidChildren(MenuElement elem)
static void
MacroHelper. createAlphabeticChildren(ContentContext ctx, MenuElement parentPage)
static MenuElement
MacroHelper. createArticlePage(ContentContext ctx, MenuElement rootPage, Date date)
static MenuElement
MacroHelper. createArticlePageName(ContentContext ctx, MenuElement parentPage)
static MenuElement
ContentHelper. createChild(ContentContext ctx, MenuElement parent)
static MenuElement
NavigationHelper. createChildPageAutoName(MenuElement page, ContentContext ctx)
static List<ComponentBean>
ContentHelper. createContentFromDocx(ContentContext ctx, InputStream in, MenuElement page, String name, String lang)
static String
URLHelper. createFileURL(ContentContext ctx, MenuElement currentPage, String url)
static String
URLHelper. createFileURL(ContentContext ctx, MenuElement currentPage, String url, boolean hash)
static String
URLHelper. createMediaURL(ContentContext ctx, MenuElement currentPage, String url)
static void
MacroHelper. createMonthStructure(ContentContext ctx, MenuElement yearPage)
static MenuElement
ContentHelper. createPage(ContentContext ctx, MenuElement template, MenuElement root, Date date)
static void
MacroHelper. createPageStructure(ContentContext ctx, MenuElement page, Map componentsType, boolean fakeContent)
static void
MacroHelper. createPageStructure(ContentContext ctx, MenuElement page, Map componentsType, boolean fakeContent, Date date, Collection<String> tags)
static String
URLHelper. createResourceURL(ContentContext ctx, MenuElement currentPage, String url)
protected static String
ElementaryURLHelper. createStaticURL(ContentContext ctx, MenuElement referencePage, String inUrl, boolean withPathPrefix)
static String
URLHelper. createStaticURL(ContentContext ctx, MenuElement referencePage, String inUrl)
static String
ElementaryURLHelper. createTransformURL(ContentContext ctx, MenuElement referencePage, String url, String filter)
static String
ElementaryURLHelper. createTransformURL(ContentContext ctx, MenuElement referencePage, String url, String filter, String templateName)
static String
ElementaryURLHelper. createTransformURL(ContentContext ctx, MenuElement referencePage, Template template, String url, String filter)
static String
ElementaryURLHelper. createTransformURL(ContentContext ctx, MenuElement referencePage, Template template, String url, String filter, IImageFilter comp)
static String
URLHelper. createURL(ContentContext ctx, MenuElement page)
static String
URLHelper. createURL(ContentContext ctx, MenuElement page, Map params)
static void
MacroHelper. deleteContentByLanguage(ContentContext ctx, MenuElement page, String lg)
static void
MacroHelper. deleteLocalContent(MenuElement currentPage, ContentContext ctx)
Delete local content of the current language for the page specified.static MenuElement
MacroHelper. duplicatePage(ContentContext ctx, MenuElement page, String newname, boolean mirror)
static String
TimeHelper. exportAgenda(ContentContext ctx, MenuElement agendaPage, Date startDate, Date endDate)
static List<ComponentBean>
ContentHelper. getAllComponentsOfChildren(MenuElement page)
get all component in a page and children of the page.static List<String>
NavigationHelper. getAllRSSChannels(ContentContext ctx, MenuElement page)
static String
MacroHelper. getAlphabeticChildrenName(MenuElement parentPage, Character letter)
static String
NavigationHelper. getBreadCrumb(ContentContext ctx, MenuElement page)
static MenuElement
NavigationHelper. getChildWithContent(ContentContext ctx, MenuElement page)
static IContentVisualComponent
ComponentHelper. getComponentWidthPosition(ContentContext ctx, MenuElement page, String area, String type, int position)
get the the component with the position in the list of component with same type with current ContentContext return null if position is to bigstatic String
XHTMLHelper. getHTMLChildList(MenuElement elem, String selectionPath, String startTag, String startSelectedTag, String endTag, boolean displayParent)
generate a list of navigation element. replace #id with the page id.static String
NavigationHelper. getLinkedURL(MenuElement elem)
get the linked url of the current page, maybe defined in a parent node.static String
URLHelper. getMoveChildURL(ContentContext ctx, MenuElement elem)
static String
URLHelper. getMoveParentURL(ContentContext ctx, MenuElement elem)
static String
NavigationHelper. getNewName(MenuElement page)
static String
NavigationHelper. getNewName(MenuElement page, String suggestedName)
create a new name (numeroted -N) with a page namestatic String
NavigationHelper. getPageBookmark(ContentContext ctx, MenuElement page)
get the page bookmark for the html header. used for pdf generation.static String
XMLHelper. getPageXML(ContentContext ctx, MenuElement page, String lang)
static List<String>
NavigationHelper. getRSSChannels(ContentContext ctx, MenuElement page)
static String
XHTMLNavigationHelper. getRSSHeader(ContentContext ctx, MenuElement page)
static String
XMLHelper. getXMLContent(MenuElement menu, int renderMode, int version, String defaultLg)
return the content in a XML structurestatic String
ContentHelper. importJCRFile(ContentContext ctx, InputStream in, String name, MenuElement page, String titleXPath, String dateXPath, String dateFormat, String contentXPath, String pageRootXPath, boolean explodeHTML)
static void
NavigationHelper. importPage(ContentContext ctx, PersistenceService persistenceService, NodeXML pageNode, MenuElement currentPage, String lang, boolean readOnly)
static void
MacroHelper. insertContent(ContentContext ctx, MenuElement page, String content)
add content to a page.static boolean
NetHelper. insertEtag(ContentContext ctx, MenuElement page)
static boolean
NavigationHelper. isParent(MenuElement page, List<MenuElement> parents)
check if pages are parent of a other page.static boolean
NavigationHelper. isParent(MenuElement page, MenuElement parent)
check if a page is a parent of a other page.static void
ComponentHelper. moveComponent(ContentContext ctx, IContentVisualComponent comp, IContentVisualComponent newPrevious, MenuElement targetPage, String area)
static void
NavigationHelper. movePage(ContentContext ctx, MenuElement parent, MenuElement previousBrother, MenuElement page)
static void
NavigationHelper. publishNavigation(ContentContext ctx, MenuElement srcRoot, MenuElement targetRoot)
static String
XHTMLNavigationHelper. renderComboNavigation(ContentContext ctx, MenuElement rootPage, String id, String currentValue, boolean filter)
static String
XHTMLNavigationHelper. renderComboNavigationAjax(ContentContext ctx, MenuElement rootPage, String id, String currentValue, String selectJSMethod)
static String
XHTMLNavigationHelper. renderMenu(ContentContext ctx, MenuElement fromPage, int fromDepth, int toDepth)
static String
XHTMLNavigationHelper. renderMenu(ContentContext ctx, MenuElement fromPage, int fromDepth, int toDepth, boolean extended)
static String
XHTMLNavigationHelper. renderPageResult(ContentContext ctx, MenuElement page, String selectJSMethod)
static String
XHTMLNavigationHelper. renderPageStructure(ContentContext ctx, MenuElement page)
static String
XHTMLNavigationHelper. renderSelectableBetweenMenu(ContentContext ctx, MenuElement menu, MenuElement value)
static String
XHTMLNavigationHelper. renderSelectableMenu(ContentContext ctx, MenuElement menu, List<MenuElement> values)
static String
XHTMLNavigationHelper. renderSelectableMenu(ContentContext ctx, MenuElement menu, MenuElement value)
static List<MenuElement>
NavigationHelper. searchLinkTo(ContentContext ctx, MenuElement elem)
search page with a link to a specific pagestatic void
NetHelper. sendPageByMailing(ContentContext ctx, MenuElement page, String sender, String recipient, Map<String,Object> params)
static void
ComponentHelper. smartMoveComponent(ContentContext ctx, IContentVisualComponent comp, IContentVisualComponent newPrevious, MenuElement targetPage, String area)
static void
XMLHelper. storeXMLContent(Writer inOut, MenuElement menu, int renderMode, int version, Map<String,String> contentMap, TaxonomyBean taxonomyRoot)
return the content in a XML structurestatic void
ComponentHelper. updateNextAndPrevious(ContentContext ctx, MenuElement page, String area)
static boolean
SecurityHelper. userAccessPage(ContentContext ctx, User user, MenuElement page)
Method parameters in org.javlo.helper with type arguments of type MenuElement Modifier and Type Method Description static void
NavigationHelper. changeStepPriority(List<MenuElement> elems, int newStep)
static SiteMapBloc
XMLHelper. getSiteMapBloc(ContentContext ctx, Collection<MenuElement> pages, int i, Calendar latestDate, boolean withResources)
create sitemap protocol 0.9 for structured ranking in googlestatic SiteMapBloc
XMLHelper. getSiteMapNewsBloc(ContentContext ctx, Collection<MenuElement> pages, int i, Calendar latestDate)
create sitemap protocol 0.9 for structured ranking in googlestatic boolean
NavigationHelper. isParent(MenuElement page, List<MenuElement> parents)
check if pages are parent of a other page.static String
XHTMLNavigationHelper. renderComboNavigation(ContentContext ctx, Collection<MenuElement> pages)
static String
XHTMLNavigationHelper. renderComboNavigation(ContentContext ctx, Collection<MenuElement> pages, String id, String currentPath, boolean filter)
static String
XHTMLNavigationHelper. renderSelectableMenu(ContentContext ctx, MenuElement menu, List<MenuElement> values)
-
Uses of MenuElement in org.javlo.helper.Comparator
Methods in org.javlo.helper.Comparator with parameters of type MenuElement Modifier and Type Method Description int
MenuElementCreationDateComparator. compare(MenuElement elem1, MenuElement elem2)
compare two array of Comparableint
MenuElementGlobalDateComparator. compare(MenuElement elem1, MenuElement elem2)
compare two array of Comparableint
MenuElementModificationDateComparator. compare(MenuElement elem1, MenuElement elem2)
compare two array of Comparableint
MenuElementPopularityComparator. compare(MenuElement elem1, MenuElement elem2)
int
MenuElementPriorityComparator. compare(MenuElement elem1, MenuElement elem2)
int
MenuElementTodayComparator. compare(MenuElement elem1, MenuElement elem2)
compare two array of Comparableint
MenuElementVisitComparator. compare(MenuElement elem1, MenuElement elem2)
static int
MenuElementVisitComparator. compareVisit(ContentContext ctx, int multiply, MenuElement elem1, MenuElement elem2)
-
Uses of MenuElement in org.javlo.macro
Methods in org.javlo.macro with parameters of type MenuElement Modifier and Type Method Description protected int
DeleteComponentBadArea. deleteComponentInBadArea(ContentContext ctx, MenuElement page)
protected int
DeleteSameComponent. deleteComponentInBadArea(ContentContext ctx, MenuElement page)
protected boolean
MergeImagesInGallery. imageInGallery(ContentContext ctx, MenuElement currentPage)
protected boolean
ImageAfterDescriptionMacro. imageUnderDescritpion(ContentContext ctx, MenuElement currentPage)
protected void
ImportDataBase. importItem(ContentContext ctx, MenuElement currentPage, Map<String,DynamicComponent> compCache, ResultSet rs, Map<String,String> types, String componentType, String lg)
protected int
TransfertComponentBadAreaToContent. moveComponentInBadArea(ContentContext ctx, MenuElement page)
protected Collection<String>
CreateArticleComposition. searchPageMirrorReference(MenuElement page)
protected Collection<String>
UndeletePage. searchPageMirrorReference(MenuElement page)
-
Uses of MenuElement in org.javlo.macro.interactive
Methods in org.javlo.macro.interactive with parameters of type MenuElement Modifier and Type Method Description static String
ImportJCRPageMacro. importFile(ContentContext ctx, InputStream in, String name, MenuElement page)
-
Uses of MenuElement in org.javlo.mailing
Methods in org.javlo.mailing that return MenuElement Modifier and Type Method Description static MenuElement
MailService. getMailTemplateParentPage(ContentContext ctx)
Methods in org.javlo.mailing that return types with arguments of type MenuElement Modifier and Type Method Description static List<MenuElement>
MailService. getMailTemplate(ContentContext ctx)
-
Uses of MenuElement in org.javlo.module.content
Methods in org.javlo.module.content with parameters of type MenuElement Modifier and Type Method Description static boolean
Edit. checkPageSecurity(ContentContext ctx, MenuElement page)
check is user have all right for modify a specific page.static String
Edit. performNeedValidation(ContentContext ctx, MenuElement currentPage, I18nAccess i18nAccess)
static String
Edit. performValidate(ContentContext ctx, MenuElement currentPage)
-
Uses of MenuElement in org.javlo.module.dashboard
Methods in org.javlo.module.dashboard with parameters of type MenuElement Modifier and Type Method Description protected static boolean
ReportFactory. isPageValid(ContentContext ctx, ReportFilter filter, MenuElement page)
-
Uses of MenuElement in org.javlo.module.persistence
Methods in org.javlo.module.persistence with parameters of type MenuElement Modifier and Type Method Description static String
Persistence. performImportpage(RequestService requestService, ContentContext ctx, javax.servlet.http.HttpServletRequest request, MenuElement currentPage, I18nAccess i18nAccess)
-
Uses of MenuElement in org.javlo.module.search
Methods in org.javlo.module.search with parameters of type MenuElement Modifier and Type Method Description protected static void
SearchModuleAction. addPage(ContentContext ctx, Map<MenuElement,SearchResultBean> outResult, MenuElement page, String lg, String authors)
Method parameters in org.javlo.module.search with type arguments of type MenuElement Modifier and Type Method Description protected static void
SearchModuleAction. addPage(ContentContext ctx, Map<MenuElement,SearchResultBean> outResult, MenuElement page, String lg, String authors)
-
Uses of MenuElement in org.javlo.module.sitemap
Constructors in org.javlo.module.sitemap with parameters of type MenuElement Constructor Description MenuElementBean(ContentContext ctx, MenuElement menuElement)
-
Uses of MenuElement in org.javlo.module.template
Methods in org.javlo.module.template with parameters of type MenuElement Modifier and Type Method Description static String
TemplateAction. performSelectTemplate(RequestService rs, ContentContext ctx, EditContext editContext, MenuElement currentPage, MessageRepository messageRepository, I18nAccess i18nAccess)
-
Uses of MenuElement in org.javlo.navigation
Subclasses of MenuElement in org.javlo.navigation Modifier and Type Class Description class
RootMenuElement
Fields in org.javlo.navigation declared as MenuElement Modifier and Type Field Description static MenuElement
MenuElement. NOT_FOUND_PAGE
Methods in org.javlo.navigation that return MenuElement Modifier and Type Method Description MenuElement[]
MenuElement. _getAllChildren()
MenuElement
MenuElement. getChildrenAssociationPage()
get the children association page of the current page.MenuElement
MenuElement. getFirstChild()
static MenuElement
MenuElement. getInstance(ContentContext ctx)
MenuElement
MenuElement. getMainChildrenAssociation()
get the page marked as children associationMenuElement
MenuElement. getNextBrother()
get the next menu element in the child listMenuElement
MenuElement. getNoErrorFreeCurrentPage(ContentContext ctx)
MenuElement
NavigationWithContent. getPage()
MenuElement
PageBean. getPage()
protected MenuElement
MenuElement. getPageCached(String key)
MenuElement
MenuElement. getParent()
MenuElement
MenuElement. getPreviousBrother()
get the previous menu element in the child listMenuElement
MenuElement. getRoot()
MenuElement
MenuElement. getRootOfChildrenAssociation()
get the root (parent) of the children association pageprotected MenuElement
LabelAndSectionURLCreator. getSectionPage(MenuElement page)
return the name of the first level page active.protected MenuElement
LabelAndSubSectionURLCreator. getSectionPage(MenuElement page)
return the name of the first level page active.protected MenuElement
LabelAndSubSubSectionURLCreator. getSectionPage(MenuElement page)
return the name of the first level page active.MenuElement
MenuElement. searchChild(ContentContext ctx)
MenuElement
MenuElement. searchChild(ContentContext ctx, String path)
static MenuElement
MenuElement. searchChild(MenuElement elem, ContentContext ctx, String path, Collection<MenuElement> pastNode)
MenuElement
MenuElement. searchChildFromId(String id)
MenuElement
MenuElement. searchChildFromName(String... names)
MenuElement
MenuElement. searchRealChild(ContentContext ctx, String path)
Methods in org.javlo.navigation with parameters of type MenuElement Modifier and Type Method Description protected boolean
AbstractURLFactory. addAndCheckExistURL(MenuElement page, String url)
check if url allready exist, and add in the set if not.void
MenuElement. addChildMenuElement(MenuElement menuElement)
void
MenuElement. addChildMenuElementAutoPriority(MenuElement menuElement)
void
MenuElement. addChildMenuElementOnBottom(MenuElement menuElement)
void
MenuElement. addChildMenuElementOnTop(MenuElement menuElement)
void
RootMenuElement. attachElement(MenuElement elem, String parentId)
int
ContentDateComparator. compare(MenuElement page1, MenuElement page2)
int
MenuElementNameComparator. compare(MenuElement page1, MenuElement page2)
int
ReactionMenuElementComparator. compare(MenuElement o1, MenuElement o2)
void
MenuElement. copyChildren(MenuElement page)
String
DefaultLanguageTitleURLCreator. createURL(ContentContext ctx, MenuElement currentPage)
String
IURLFactory. createURL(ContentContext ctx, MenuElement page)
create url to a page.String
LabelAndSectionURLCreator. createURL(ContentContext ctx, MenuElement currentPage)
String
LabelAndSectionURLCreatorNoExt. createURL(ContentContext ctx, MenuElement currentPage)
String
NameURLCreator. createURL(ContentContext ctx, MenuElement currentPage)
String
NoExtURLCreator. createURL(ContentContext ctx, MenuElement currentPage)
String
NoExtURLPathTitleCreator. createURL(ContentContext ctx, MenuElement currentPage)
String
NoExtURLPathTitleCreatorOneLevel. createURL(ContentContext ctx, MenuElement currentPage)
String
NoURLFactory. createURL(ContentContext ctx, MenuElement page)
String
PageIDURLFactory. createURL(ContentContext ctx, MenuElement currentPage)
String
TitleAndSectionURLCreator. createURL(ContentContext ctx, MenuElement currentPage)
String
TitleURLCreator. createURL(ContentContext ctx, MenuElement currentPage)
protected String
LabelAndSectionURLCreator. createURLWithoutExt(ContentContext ctx, MenuElement currentPage)
protected String
TitleAndSectionURLCreator. createURLWithoutExt(ContentContext ctx, MenuElement currentPage)
protected String
TitleURLCreator. createURLWithoutExt(ContentContext ctx, MenuElement currentPage)
boolean
MenuElement. equals(ContentContext ctx, MenuElement page)
boolean
MenuElement. equals(ContentContext ctx, MenuElement page, boolean withChildren)
int
MenuElement. getChildPosition(MenuElement child)
protected MenuElement
LabelAndSectionURLCreator. getSectionPage(MenuElement page)
return the name of the first level page active.protected MenuElement
LabelAndSubSectionURLCreator. getSectionPage(MenuElement page)
return the name of the first level page active.protected MenuElement
LabelAndSubSubSectionURLCreator. getSectionPage(MenuElement page)
return the name of the first level page active.boolean
MenuElement. isChildOf(MenuElement parent)
check if a page is parent or parent of a parent.boolean
MenuElement. isChildrenEquals(MenuElement elem)
boolean
MenuElement. isContentEquals(MenuElement elem)
boolean
MenuElement. isMetadataEquals(MenuElement elem)
void
MenuElement. moveToParent(MenuElement parent)
move the current page under other parentvoid
MenuElement. removeChild(MenuElement elem)
static MenuElement
MenuElement. searchChild(MenuElement elem, ContentContext ctx, String path, Collection<MenuElement> pastNode)
void
MenuElement. setEditRoles(MenuElement page)
void
NavigationWithContent. setPage(MenuElement page)
protected void
MenuElement. setPageCached(String key, MenuElement page)
void
MenuElement. setParent(MenuElement parent)
Method parameters in org.javlo.navigation with type arguments of type MenuElement Modifier and Type Method Description static MenuElement
MenuElement. searchChild(MenuElement elem, ContentContext ctx, String path, Collection<MenuElement> pastNode)
void
MenuElement. setVirtualParent(List<MenuElement> newVirtualParent)
Constructors in org.javlo.navigation with parameters of type MenuElement Constructor Description NavigationMapByName(ContentContext ctx, MenuElement root)
NavigationWithContent(GlobalContext globalContext, MenuElement page)
PageAssociationBean(ContentContext ctx, MenuElement rootChildrenAgregation)
PageBean(ContentContext ctx, MenuElement page)
-
Uses of MenuElement in org.javlo.navigation.data
Constructors in org.javlo.navigation.data with parameters of type MenuElement Constructor Description PageContentMap(ContentContext ctx, MenuElement page)
-
Uses of MenuElement in org.javlo.service
Methods in org.javlo.service that return MenuElement Modifier and Type Method Description MenuElement
PersistenceThread. getMenuElement()
MenuElement
ContentService. getNavigation(ContentContext ctx)
return all the content.MenuElement
NavigationService. getPage(ContentContext ctx, String pageKey)
MenuElement
ContentService. getPageWithShortURL(ContentContext ctx, String shortURL)
MenuElement
ContentService. getRegistrationPage(ContentContext ctx)
MenuElement
PersistenceService.LoadingBean. getRoot()
MenuElement
ContentService. getTimeTravelerNav()
MenuElement
ContentService. getTrashPage(ContentContext ctx)
protected MenuElement
ContentService. getViewNav()
MenuElement
PersistenceService. insertPage(ContentContext ctx, NodeXML pageXML, MenuElement parent, Map<MenuElement,String[]> vparentPreparation, String defaultLg, boolean checkName, boolean updateIfExist)
MenuElement
PersistenceService. load(ContentContext ctx, int renderMode, Map<String,String> contentAttributeMap, Date timeTravelDate)
protected MenuElement
PersistenceService. load(ContentContext ctx, int renderMode, Map<String,String> contentAttributeMap, Date timeTravelDate, boolean correctXML, Integer previewVersion)
MenuElement
PersistenceService. load(ContentContext ctx, int renderMode, Map<String,String> contentAttributeMap, Date timeTravelDate, Integer version)
MenuElement
PersistenceService. loadPreview(ContentContext ctx, Integer version)
load a specific preview version.Methods in org.javlo.service that return types with arguments of type MenuElement Modifier and Type Method Description Map<String,MenuElement>
ReverseLinkService. getReversedLinkCache(MenuElement elem)
Methods in org.javlo.service with parameters of type MenuElement Modifier and Type Method Description int
PersistenceService. checkStructureIntegrity(ContentContext ctx, PrintStream out, MenuElement root)
String
ContentService. createContent(ContentContext ctx, MenuElement page, Iterable<ComponentBean> inBean, String parentId, boolean releaseCache)
String
ContentService. createContent(ContentContext ctx, MenuElement page, String area, String parentId, String type, String content, boolean releaseCache)
String
ContentService. createContent(ContentContext ctx, MenuElement page, String area, String parentId, ComponentBean inBean, boolean releaseCache)
String
ContentService. createContent(ContentContext ctx, MenuElement page, ComponentBean inBean, String parentId, boolean releaseCache)
String
ContentService. createContent(ContentContext ctx, MenuElement page, ComponentBean inBean, String parentId, boolean releaseCache, MenuElement sourcePage, Map<String,Collection<MirrorComponent>> mirrorNeedMoving)
String
ContentService. createContentMirrorIfNeeded(ContentContext ctx, MenuElement newPage, IContentVisualComponent comp, String parentId, boolean b)
String
ContentService. createContentWidthId(ContentContext ctx, MenuElement page, String area, String parentId, ComponentBean inBean, boolean releaseCache)
List<String>
ReverseLinkService. getAllTextName(ContentContext ctx, MenuElement elem)
List<String>
DynamicComponentService. getAllType(ContentContext ctx, MenuElement page)
List<IFieldContainer>
DynamicComponentService. getFieldContainers(ContentContext ctx, MenuElement page, String fieldType)
Map<String,MenuElement>
ReverseLinkService. getReversedLinkCache(MenuElement elem)
void
PersistenceService. insertContent(NodeXML pageXML, MenuElement elem, String defaultLg, boolean releaseID, boolean update)
MenuElement
PersistenceService. insertPage(ContentContext ctx, NodeXML pageXML, MenuElement parent, Map<MenuElement,String[]> vparentPreparation, String defaultLg, boolean checkName, boolean updateIfExist)
void
NavigationService. removeNavigation(ContentContext ctx, MenuElement elem)
void
NavigationService. removeNavigationNoStore(ContentContext ctx, MenuElement elem)
void
PersistenceThread. setMenuElement(MenuElement menuElement)
void
ContentService. setPreviewNav(MenuElement previewNav)
void
PersistenceService.LoadingBean. setRoot(MenuElement root)
void
ContentService. setTimeTravelerNav(MenuElement timeTravelerNav)
protected void
ContentService. setViewNav(MenuElement nav)
Method parameters in org.javlo.service with type arguments of type MenuElement Modifier and Type Method Description static void
NavigationService. checkSameUrl(ContentContext ctx, Collection<MenuElement> allPages)
MenuElement
PersistenceService. insertPage(ContentContext ctx, NodeXML pageXML, MenuElement parent, Map<MenuElement,String[]> vparentPreparation, String defaultLg, boolean checkName, boolean updateIfExist)
-
Uses of MenuElement in org.javlo.service.integrity
Methods in org.javlo.service.integrity with parameters of type MenuElement Modifier and Type Method Description boolean
CheckContent. checkPage(ContentContext ctx, MenuElement page)
boolean
CheckDescription. checkPage(ContentContext ctx, MenuElement page)
boolean
CheckImageLabel. checkPage(ContentContext ctx, MenuElement page)
boolean
CheckResource. checkPage(ContentContext ctx, MenuElement page)
boolean
CheckTitle. checkPage(ContentContext ctx, MenuElement page)
boolean
CheckTitleHierarchy. checkPage(ContentContext ctx, MenuElement page)
boolean
CheckUnactivePage. checkPage(ContentContext ctx, MenuElement page)
boolean
IIntegrityChecker. checkPage(ContentContext ctx, MenuElement page)
check a integrity of the page. -
Uses of MenuElement in org.javlo.service.shared
Methods in org.javlo.service.shared with parameters of type MenuElement Modifier and Type Method Description protected boolean
AbstractSharedContentProvider. isCategoryAccepted(ContentContext ctx, String category, MenuElement cp, Template template)
protected boolean
AbstractSharedContentProvider. isCategoryAccepted(ContentContext ctx, Collection<String> categories, MenuElement cp, Template template)
protected boolean
ImportedFileSharedContentProvider. isCategoryAccepted(ContentContext ctx, String category, MenuElement cp, Template template)
protected boolean
ImportedImageSharedContentProvider. isCategoryAccepted(ContentContext ctx, String category, MenuElement cp, Template template)
protected boolean
LocalImageSharedContentProvider. isCategoryAccepted(ContentContext ctx, String category, MenuElement cp, Template template)
-
Uses of MenuElement in org.javlo.template
Methods in org.javlo.template with parameters of type MenuElement Modifier and Type Method Description static Template
TemplateFactory. getTemplate(javax.servlet.ServletContext application, ContentContextBean ctxb, MenuElement elem)
static Template
TemplateFactory. getTemplate(ContentContext ctx, MenuElement elem)
-
Uses of MenuElement in org.javlo.test.javlo
Methods in org.javlo.test.javlo that return MenuElement Modifier and Type Method Description protected MenuElement
TestPersistenceService. load(ContentContext ctx, int renderMode, Map<String,String> contentAttributeMap, Date timeTravelDate, boolean correctXML, Integer version)
-
Uses of MenuElement in org.javlo.user
Methods in org.javlo.user with parameters of type MenuElement Modifier and Type Method Description static boolean
AdminUserSecurity. canModifyPage(ContentContext ctx, MenuElement page, boolean createMessage)
check if the currentPage is editable by current user. -
Uses of MenuElement in org.javlo.ztatic
Methods in org.javlo.ztatic that return MenuElement Modifier and Type Method Description MenuElement
StaticInfoContent. getLinkedPage()
MenuElement
StaticInfoFile. getLinkedPage(ContentContext ctx)
Methods in org.javlo.ztatic that return types with arguments of type MenuElement Modifier and Type Method Description Collection<MenuElement>
StaticInfoFile. getContainers()
Methods in org.javlo.ztatic with parameters of type MenuElement Modifier and Type Method Description File
FileCache. getPDFPage(ContentContext ctx, MenuElement page, boolean low)
void
StaticInfoContent. setLinkedPage(MenuElement linkedPage)
Method parameters in org.javlo.ztatic with type arguments of type MenuElement Modifier and Type Method Description void
StaticInfoFile. setContainers(Collection<MenuElement> containers)
-