Modifier and Type | Method and Description |
---|---|
static String |
DataAction.createImportFolder(MenuElement inPage) |
static String |
TimeTravelerActions.replaceCurrentPage(ContentContext ctx,
MenuElement newPage,
boolean withChildren) |
Modifier and Type | Method and Description |
---|---|
int |
MenuElementPriorityComparator.compare(MenuElement elem1,
MenuElement elem2) |
Modifier and Type | Method and Description |
---|---|
Row |
RowContext.getRowComponent(ContentContext ctx,
MenuElement page,
String area) |
Modifier and Type | Method and 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 page
|
MenuElement |
IReverseLinkComponent.getPage()
get the page of the component.
|
MenuElement |
IContentVisualComponent.getPage()
get the page contains the component
|
MenuElement |
ContentElementList.getPage() |
MenuElement |
AbstractVisualComponent.getPage() |
Modifier and Type | Method and 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 |
IContentVisualComponent.newInstance(ComponentBean bean,
ContentContext newCtx,
MenuElement page)
init the component, do that before all using.
|
IContentVisualComponent |
AbstractVisualComponent.newInstance(ComponentBean bean,
ContentContext newCtx,
MenuElement page) |
void |
IContentVisualComponent.setContainerPage(ContentContext ctx,
MenuElement page)
set the page of a container (page mirror, component mirror).
|
void |
AbstractVisualComponent.setContainerPage(ContentContext ctx,
MenuElement page) |
void |
IContentVisualComponent.setPage(MenuElement inPage) |
void |
ContentElementList.setPage(MenuElement page) |
void |
AbstractVisualComponent.setPage(MenuElement inPage) |
Constructor and Description |
---|
ContentElementList(ComponentBean[] beans,
ContentContext ctx,
MenuElement inPage,
boolean allArea) |
ContentElementList(ContentContext ctx,
MenuElement inPage,
boolean allArea) |
Modifier and Type | Method and Description |
---|---|
IContentVisualComponent |
DynamicComponent.newInstance(ComponentBean bean,
ContentContext newCtx,
MenuElement page) |
Modifier and Type | Method and Description |
---|---|
MenuElement |
PageMirrorComponent.getMirrorPage(ContentContext ctx) |
MenuElement |
SmartPageBean.getPage() |
MenuElement |
ChildrenLink.ChildLinkBean.getPage() |
MenuElement |
SmartPageBean.getRootOfChildrenAssociation() |
Modifier and Type | Method and Description |
---|---|
protected List<MenuElement> |
PageReferenceComponent.getSelectedPages(ContentContext ctx,
List<MenuElement> children) |
protected Collection<MenuElement> |
MonthChildrenLink.getTargetPages(ContentContext ctx) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
PageReferenceComponent.filterPage(ContentContext ctx,
MenuElement page,
Collection<MenuElement> currentSelection,
Collection<String> commands,
String filter,
boolean widthUnactive)
filter the page
|
static SmartPageBean |
SmartPageBean.getInstance(ContentContext ctx,
ContentContext lgCtx,
MenuElement page,
PageReferenceComponent comp) |
protected String |
PageReferenceComponent.getPageDisplayedId(MenuElement page) |
protected String |
PageReferenceComponent.getPageId(MenuElement page) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
PageReferenceComponent.filterPage(ContentContext ctx,
MenuElement page,
Collection<MenuElement> currentSelection,
Collection<String> commands,
String filter,
boolean widthUnactive)
filter the page
|
protected List<MenuElement> |
PageReferenceComponent.getSelectedPages(ContentContext ctx,
List<MenuElement> children) |
Constructor and Description |
---|
ChildLinkBean(ContentContext ctx,
MenuElement child,
MenuElement currentPage) |
Modifier and Type | Method and Description |
---|---|
IContentVisualComponent |
ReactionComponent.newInstance(ComponentBean bean,
ContentContext newCtx,
MenuElement page) |
Modifier and Type | Field and Description |
---|---|
WeakReference<MenuElement> |
ContentContext.currentPageCached |
Modifier and Type | Method and 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()
use for render page with some references to other page (sample :
mirrorPage, renderImage with filter rule of the template of mirror
component and not source page).
|
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
MenuElement |
InfoBean.getCurrentPage() |
Modifier and Type | Method and Description |
---|---|
MenuElement |
IFieldContainer.getPage() |
Modifier and Type | Method and Description |
---|---|
static MenuElement |
MacroHelper.addPage(ContentContext ctx,
MenuElement parentPage,
String pageName,
boolean top,
boolean store) |
static MenuElement |
MacroHelper.addPage(ContentContext ctx,
String parentName,
String pagePrefix,
boolean top)
insert a page in the navigation.
|
static MenuElement |
MacroHelper.addPageIfNotExist(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.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.addPageIfNotExistWithoutMessage(ContentContext ctx,
MenuElement parentPage,
String pageName,
boolean top)
insert a page in the navigation if she does'nt exist.
|
static MenuElement |
MacroHelper.createArticlePage(ContentContext ctx,
MenuElement rootPage,
Date date) |
static MenuElement |
MacroHelper.createArticlePageName(ContentContext ctx,
MenuElement monthPage) |
static MenuElement |
NavigationHelper.createChildPageAutoName(MenuElement page,
ContentContext ctx) |
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.searchPage(ContentContext ctx,
String idOrNameOrPath) |
Modifier and Type | Method and 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 page
|
Modifier and Type | Method and 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 page
|
static String |
MacroHelper.addContent(String lg,
MenuElement page,
String parentCompId,
String contentType,
String style,
String area,
String value,
User authors)
add content to a page
|
static String |
MacroHelper.addContent(String lg,
MenuElement page,
String parentCompId,
String contentType,
String style,
String value,
User authors)
add content to a page
|
static String |
MacroHelper.addContent(String lg,
MenuElement page,
String parentCompId,
String contentType,
String value,
User authors)
add content to a page
|
static String |
MacroHelper.addContentIfNotExist(ContentContext ctx,
MenuElement page,
String parentCompId,
String contentType,
String value)
add content to a page
|
static String |
MacroHelper.addContentIfNotExist(ContentContext ctx,
MenuElement page,
String parentCompId,
String contentType,
String value,
String style)
add content to a page
|
static 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,
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.addPageIfNotExistWithoutMessage(ContentContext ctx,
MenuElement parentPage,
String pageName,
boolean top)
insert a page in the navigation if she does'nt exist.
|
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 to
toPage . |
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 monthPage) |
static MenuElement |
NavigationHelper.createChildPageAutoName(MenuElement page,
ContentContext ctx) |
static String |
URLHelper.createFileURL(ContentContext ctx,
MenuElement currentPage,
String url) |
static String |
URLHelper.createMediaURL(ContentContext ctx,
MenuElement currentPage,
String url) |
static void |
MacroHelper.createMonthStructure(ContentContext ctx,
MenuElement yearPage) |
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) |
static String |
URLHelper.createStaticURL(ContentContext ctx,
MenuElement referencePage,
String inUrl) |
protected static String |
ElementaryURLHelper.createStaticURL(ContentContext ctx,
MenuElement referencePage,
String inUrl,
boolean withPathPrefix) |
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 big
|
static 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.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) |
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 structure
|
static 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 |
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.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.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 page
|
static 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,
String defaultLg,
Map<String,String> contentMap,
TaxonomyBean taxonomyRoot)
return the content in a XML structure
|
static boolean |
SecurityHelper.userAccessPage(ContentContext ctx,
User user,
MenuElement page) |
Modifier and Type | Method and Description |
---|---|
static void |
NavigationHelper.changeStepPriority(List<MenuElement> elems,
int newStep) |
static SiteMapBloc |
XMLHelper.getSiteMapBloc(ContentContext ctx,
Collection<MenuElement> pages,
int i,
Calendar latestDate)
create sitemap protocol 0.9 for structured ranking in google
|
static SiteMapBloc |
XMLHelper.getSiteMapNewsBloc(ContentContext ctx,
Collection<MenuElement> pages,
int i,
Calendar latestDate)
create sitemap protocol 0.9 for structured ranking in google
|
static 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) |
Modifier and Type | Method and Description |
---|---|
int |
MenuElementVisitComparator.compare(MenuElement elem1,
MenuElement elem2) |
int |
MenuElementTodayComparator.compare(MenuElement elem1,
MenuElement elem2)
compare two array of Comparable
|
int |
MenuElementPriorityComparator.compare(MenuElement elem1,
MenuElement elem2) |
int |
MenuElementPopularityComparator.compare(MenuElement elem1,
MenuElement elem2) |
int |
MenuElementModificationDateComparator.compare(MenuElement elem1,
MenuElement elem2)
compare two array of Comparable
|
int |
MenuElementGlobalDateComparator.compare(MenuElement elem1,
MenuElement elem2)
compare two array of Comparable
|
int |
MenuElementCreationDateComparator.compare(MenuElement elem1,
MenuElement elem2)
compare two array of Comparable
|
static int |
MenuElementVisitComparator.compareVisit(ContentContext ctx,
int multiply,
MenuElement elem1,
MenuElement elem2) |
Modifier and Type | Method and Description |
---|---|
protected int |
DeleteSameComponent.deleteComponentInBadArea(ContentContext ctx,
MenuElement page) |
protected int |
DeleteComponentBadArea.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 Collection<String> |
UndeletePage.searchPageMirrorReference(MenuElement page) |
protected Collection<String> |
CreateArticleComposition.searchPageMirrorReference(MenuElement page) |
Modifier and Type | Method and Description |
---|---|
static String |
ImportJCRPageMacro.importFile(ContentContext ctx,
InputStream in,
String name,
MenuElement page) |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
protected static boolean |
ReportFactory.isPageValid(ContentContext ctx,
ReportFilter filter,
MenuElement page) |
Modifier and Type | Method and Description |
---|---|
static String |
Persistence.performImportpage(RequestService requestService,
ContentContext ctx,
javax.servlet.http.HttpServletRequest request,
MenuElement currentPage,
I18nAccess i18nAccess) |
Modifier and Type | Method and Description |
---|---|
protected static void |
SearchModuleAction.addPage(ContentContext ctx,
Map<MenuElement,SearchResultBean> outResult,
MenuElement page,
String lg,
String authors) |
Modifier and Type | Method and Description |
---|---|
protected static void |
SearchModuleAction.addPage(ContentContext ctx,
Map<MenuElement,SearchResultBean> outResult,
MenuElement page,
String lg,
String authors) |
Constructor and Description |
---|
MenuElementBean(ContentContext ctx,
MenuElement menuElement) |
Modifier and Type | Method and Description |
---|---|
static String |
TemplateAction.performSelectTemplate(RequestService rs,
ContentContext ctx,
EditContext editContext,
MenuElement currentPage,
MessageRepository messageRepository,
I18nAccess i18nAccess) |
Modifier and Type | Class and Description |
---|---|
class |
RootMenuElement |
Modifier and Type | Field and Description |
---|---|
static MenuElement |
MenuElement.NOT_FOUND_PAGE |
Modifier and Type | Method and Description |
---|---|
MenuElement[] |
MenuElement._getAllChildren() |
MenuElement |
MenuElement.getChildrenAssociationPage()
get the children association page of the current page.
|
MenuElement |
MenuElement.getFirstChild() |
static MenuElement |
MenuElement.getInstance(GlobalContext globalContext) |
MenuElement |
MenuElement.getMainChildrenAssociation()
get the page marked as children association
|
MenuElement |
MenuElement.getNextBrother()
get the previous menu element in the child list
|
MenuElement |
MenuElement.getNoErrorFreeCurrentPage(ContentContext ctx) |
MenuElement |
PageBean.getPage() |
MenuElement |
NavigationWithContent.getPage() |
MenuElement |
MenuElement.getParent() |
MenuElement |
MenuElement.getPreviousBrother()
get the previous menu element in the child list
|
MenuElement |
MenuElement.getRoot() |
MenuElement |
MenuElement.getRootOfChildrenAssociation()
get the root (parent) of the children association page
|
protected MenuElement |
LabelAndSubSubSectionURLCreator.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 |
LabelAndSectionURLCreator.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 name) |
MenuElement |
MenuElement.searchRealChild(ContentContext ctx,
String path) |
Modifier and Type | Method and 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 |
ReactionMenuElementComparator.compare(MenuElement o1,
MenuElement o2) |
int |
MenuElementNameComparator.compare(MenuElement page1,
MenuElement page2) |
int |
ContentDateComparator.compare(MenuElement page1,
MenuElement page2) |
void |
MenuElement.copyChildren(MenuElement page) |
String |
TitleURLCreator.createURL(ContentContext ctx,
MenuElement currentPage) |
String |
TitleAndSectionURLCreator.createURL(ContentContext ctx,
MenuElement currentPage) |
String |
PageIDURLFactory.createURL(ContentContext ctx,
MenuElement currentPage) |
String |
NoURLFactory.createURL(ContentContext ctx,
MenuElement page) |
String |
NoExtURLPathTitleCreatorOneLevel.createURL(ContentContext ctx,
MenuElement currentPage) |
String |
NoExtURLPathTitleCreator.createURL(ContentContext ctx,
MenuElement currentPage) |
String |
NoExtURLCreator.createURL(ContentContext ctx,
MenuElement currentPage) |
String |
NameURLCreator.createURL(ContentContext ctx,
MenuElement currentPage) |
String |
LabelAndSectionURLCreatorNoExt.createURL(ContentContext ctx,
MenuElement currentPage) |
String |
LabelAndSectionURLCreator.createURL(ContentContext ctx,
MenuElement currentPage) |
String |
IURLFactory.createURL(ContentContext ctx,
MenuElement page)
create url to a page.
|
String |
DefaultLanguageTitleURLCreator.createURL(ContentContext ctx,
MenuElement currentPage) |
protected String |
TitleURLCreator.createURLWithoutExt(ContentContext ctx,
MenuElement currentPage) |
protected String |
TitleAndSectionURLCreator.createURLWithoutExt(ContentContext ctx,
MenuElement currentPage) |
protected String |
LabelAndSectionURLCreator.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 |
LabelAndSubSubSectionURLCreator.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 |
LabelAndSectionURLCreator.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 parent
|
void |
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) |
void |
MenuElement.setParent(MenuElement parent) |
Modifier and Type | Method and Description |
---|---|
static MenuElement |
MenuElement.searchChild(MenuElement elem,
ContentContext ctx,
String path,
Collection<MenuElement> pastNode) |
void |
MenuElement.setVirtualParent(List<MenuElement> newVirtualParent) |
Constructor and Description |
---|
NavigationMapByName(ContentContext ctx,
MenuElement root) |
NavigationWithContent(GlobalContext globalContext,
MenuElement page) |
PageAssociationBean(ContentContext ctx,
MenuElement rootChildrenAgregation) |
PageBean(ContentContext ctx,
MenuElement page) |
Constructor and Description |
---|
PageContentMap(ContentContext ctx,
MenuElement page) |
Modifier and Type | Method and 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 |
PersistenceService.LoadingBean.getRoot() |
MenuElement |
ContentService.getTimeTravelerNav() |
MenuElement |
ContentService.getTrashPage(ContentContext ctx) |
protected MenuElement |
ContentService.getViewNav() |
MenuElement |
PersistenceService.insertPage(GlobalContext globalContext,
NodeXML pageXML,
MenuElement parent,
Map<MenuElement,String[]> vparentPreparation,
String defaultLg,
boolean checkName) |
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.loadPreview(ContentContext ctx,
Integer version)
load a specific preview version.
|
Modifier and Type | Method and Description |
---|---|
Map<String,MenuElement> |
ReverseLinkService.getReversedLinkCache(MenuElement elem) |
Modifier and Type | Method and Description |
---|---|
int |
PersistenceService.checkStructureIntegrity(ContentContext ctx,
PrintStream out,
MenuElement root) |
String |
ContentService.createContent(ContentContext ctx,
MenuElement page,
ComponentBean inBean,
String parentId,
boolean releaseCache) |
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,
ComponentBean inBean,
boolean releaseCache) |
String |
ContentService.createContent(ContentContext ctx,
MenuElement page,
String area,
String parentId,
String type,
String content,
boolean releaseCache) |
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) |
MenuElement |
PersistenceService.insertPage(GlobalContext globalContext,
NodeXML pageXML,
MenuElement parent,
Map<MenuElement,String[]> vparentPreparation,
String defaultLg,
boolean checkName) |
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) |
Modifier and Type | Method and Description |
---|---|
static void |
NavigationService.checkSameUrl(ContentContext ctx,
Collection<MenuElement> allPages) |
MenuElement |
PersistenceService.insertPage(GlobalContext globalContext,
NodeXML pageXML,
MenuElement parent,
Map<MenuElement,String[]> vparentPreparation,
String defaultLg,
boolean checkName) |
Modifier and Type | Method and Description |
---|---|
boolean |
IIntegrityChecker.checkPage(ContentContext ctx,
MenuElement page)
check a integrity of the page.
|
boolean |
CheckUnactivePage.checkPage(ContentContext ctx,
MenuElement page) |
boolean |
CheckTitleHierarchy.checkPage(ContentContext ctx,
MenuElement page) |
boolean |
CheckTitle.checkPage(ContentContext ctx,
MenuElement page) |
boolean |
CheckResource.checkPage(ContentContext ctx,
MenuElement page) |
boolean |
CheckImageLabel.checkPage(ContentContext ctx,
MenuElement page) |
boolean |
CheckDescription.checkPage(ContentContext ctx,
MenuElement page) |
boolean |
CheckContent.checkPage(ContentContext ctx,
MenuElement page) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
AbstractSharedContentProvider.isCategoryAccepted(ContentContext ctx,
Collection<String> categories,
MenuElement cp,
Template template) |
protected boolean |
LocalImageSharedContentProvider.isCategoryAccepted(ContentContext ctx,
String category,
MenuElement cp,
Template template) |
protected boolean |
ImportedImageSharedContentProvider.isCategoryAccepted(ContentContext ctx,
String category,
MenuElement cp,
Template template) |
protected boolean |
ImportedFileSharedContentProvider.isCategoryAccepted(ContentContext ctx,
String category,
MenuElement cp,
Template template) |
protected boolean |
AbstractSharedContentProvider.isCategoryAccepted(ContentContext ctx,
String category,
MenuElement cp,
Template template) |
Modifier and Type | Method and Description |
---|---|
static Template |
TemplateFactory.getTemplate(ContentContext ctx,
MenuElement elem) |
Modifier and Type | Method and Description |
---|---|
protected MenuElement |
TestPersistenceService.load(ContentContext ctx,
int renderMode,
Map<String,String> contentAttributeMap,
Date timeTravelDate,
boolean correctXML,
Integer version) |
Modifier and Type | Method and Description |
---|---|
static boolean |
AdminUserSecurity.canModifyPage(ContentContext ctx,
MenuElement page,
boolean createMessage)
check if the currentPage is editable by current user.
|
Modifier and Type | Method and Description |
---|---|
MenuElement |
StaticInfoContent.getLinkedPage() |
MenuElement |
StaticInfoFile.getLinkedPage(ContentContext ctx) |
Modifier and Type | Method and Description |
---|---|
Collection<MenuElement> |
StaticInfoFile.getContainers() |
Modifier and Type | Method and Description |
---|---|
File |
FileCache.getPDFPage(ContentContext ctx,
MenuElement page,
boolean low) |
void |
StaticInfoContent.setLinkedPage(MenuElement linkedPage) |
Modifier and Type | Method and Description |
---|---|
void |
StaticInfoFile.setContainers(Collection<MenuElement> containers) |
Copyright © 2012-2018. All Rights Reserved.