Package org.opencms.ade.publish
Class CmsPublishActionElement
java.lang.Object
org.opencms.jsp.CmsJspBean
org.opencms.jsp.CmsJspActionElement
org.opencms.gwt.CmsGwtActionElement
org.opencms.ade.publish.CmsPublishActionElement
- Since:
- 8.0.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe OpenCms module name.static final StringThe GWT module name.Fields inherited from class org.opencms.gwt.CmsGwtActionElement
SCRIPT_TAG_CLOSE, SCRIPT_TAG_OPENFields inherited from class org.opencms.jsp.CmsJspActionElement
NOT_INITIALIZED -
Constructor Summary
ConstructorsConstructorDescriptionCmsPublishActionElement(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, wrapScriptMethods 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, userMethods 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.
-
-
Constructor Details
-
CmsPublishActionElement
public CmsPublishActionElement(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:CmsGwtActionElementReturns the serialized data for the core provider wrapped in a script tag.- Overrides:
exportin classCmsGwtActionElement- Returns:
- the data
- Throws:
Exception- if something goes wrong- See Also:
-
exportAll
Description copied from class:CmsGwtActionElementReturns the serialized data for the core provider.- Overrides:
exportAllin classCmsGwtActionElement- Returns:
- the data
- Throws:
Exception- if something goes wrong- See Also:
-
getTitle
Returns the dialog title.- Returns:
- the dialog title
-