Package org.opencms.ade.sitemap
Class CmsSitemapActionElement
java.lang.Object
org.opencms.jsp.CmsJspBean
org.opencms.jsp.CmsJspActionElement
org.opencms.gwt.CmsGwtActionElement
org.opencms.ade.sitemap.CmsSitemapActionElement
Sitemap action used to generate the sitemap editor.
See jsp file /system/workplace/commons/sitemap.jsp.
- Since:
- 8.0.0
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The OpenCms module name.static final String
The GWT module name.Fields inherited from class org.opencms.gwt.CmsGwtActionElement
SCRIPT_TAG_CLOSE, SCRIPT_TAG_OPEN
Fields inherited from class org.opencms.jsp.CmsJspActionElement
NOT_INITIALIZED
-
Constructor Summary
ConstructorDescriptionCmsSitemapActionElement
(javax.servlet.jsp.PageContext context, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res) Constructor. -
Method Summary
Methods inherited from class org.opencms.gwt.CmsGwtActionElement
createNoCacheScript, createNoCacheScript, export, exportCommon, exportDictionary, exportDictionary, exportMeta, exportModuleScriptTag, getCoreData, getFontIconCssLink, getWorkplaceLocale, serialize, wrapScript
Methods inherited from class org.opencms.jsp.CmsJspActionElement
editable, editable, editable, editableManualClose, editableManualOpen, getContent, getContent, getMessages, getMessages, getMessages, getMessages, getNavigation, getNavigationUri, img, img, include, include, include, include, include, include, includeSilent, includeSilent, includeSilent, includeSilent, info, label, link, link, properties, properties, property, property, property, property, template, template, template, toAbsolute, user
Methods inherited from class org.opencms.jsp.CmsJspBean
getCmsObject, getController, getJspContext, getMessage, getRequest, getRequestContext, getResponse, handleException, handleMissingFlexController, init, isNotInitialized, isSupressingExceptions, setContentType, setStatus, setSupressingExceptions
-
Field Details
-
CMS_MODULE_NAME
The OpenCms module name.- See Also:
-
GWT_MODULE_NAME
The GWT module name.- See Also:
-
-
Constructor Details
-
CmsSitemapActionElement
public CmsSitemapActionElement(javax.servlet.jsp.PageContext context, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res) Constructor.- Parameters:
context
- the JSP page context objectreq
- the JSP requestres
- the JSP response
-
-
Method Details
-
export
Description copied from class:CmsGwtActionElement
Returns the serialized data for the core provider wrapped in a script tag.- Overrides:
export
in classCmsGwtActionElement
- Returns:
- the data
- Throws:
Exception
- if something goes wrong- See Also:
-
exportAll
Description copied from class:CmsGwtActionElement
Returns the serialized data for the core provider.- Overrides:
exportAll
in classCmsGwtActionElement
- Returns:
- the data
- Throws:
Exception
- if something goes wrong- See Also:
-
getSitemapData
Returns the needed server data for client-side usage.- Returns:
- the needed server data for client-side usage
-
getTitle
Returns the editor title.- Returns:
- the editor title
-