public class CmsPostUploadDialogActionElement extends CmsGwtActionElement
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CMS_MODULE_NAME
The OpenCms module name.
|
static java.lang.String |
GWT_MODULE_NAME
The GWT module name.
|
SCRIPT_TAG_CLOSE, SCRIPT_TAG_OPEN
NOT_INITIALIZED
Constructor and Description |
---|
CmsPostUploadDialogActionElement(javax.servlet.jsp.PageContext pageContext,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
export()
Returns the serialized data for the core provider wrapped in a script tag.
|
java.lang.String |
exportAll()
Returns the serialized data for the core provider.
|
CmsPostUploadDialogBean |
getDialogData()
Returns the needed server data for client-side usage.
|
void |
setAddBasicProperties(boolean addBasicProperties)
Set a flag, indicating if basic properties as configured in the sitemap are merged into the
properties shown on file upload.
|
void |
setUsePropertyConfiguration(boolean useConfiguration)
Enables / disables use of property configurations.
|
createNoCacheScript, createNoCacheScript, export, exportAll, exportCommon, exportDictionary, exportDictionary, exportMeta, exportModuleScriptTag, getCoreData, getWorkplaceLocale, serialize, wrapScript
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
getCmsObject, getController, getJspContext, getMessage, getRequest, getRequestContext, getResponse, handleException, handleMissingFlexController, init, isNotInitialized, isSupressingExceptions, setContentType, setStatus, setSupressingExceptions
public static final java.lang.String CMS_MODULE_NAME
public static final java.lang.String GWT_MODULE_NAME
public CmsPostUploadDialogActionElement(javax.servlet.jsp.PageContext pageContext, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
pageContext
- the current page contextrequest
- the servlet requestresponse
- the servlet responsepublic java.lang.String export() throws java.lang.Exception
CmsGwtActionElement
export
in class CmsGwtActionElement
java.lang.Exception
- if something goes wrongCmsGwtActionElement.export()
public java.lang.String exportAll() throws java.lang.Exception
CmsGwtActionElement
exportAll
in class CmsGwtActionElement
java.lang.Exception
- if something goes wrongCmsGwtActionElement.exportAll()
public CmsPostUploadDialogBean getDialogData() throws CmsRpcException
CmsRpcException
- if something goes wrongpublic void setAddBasicProperties(boolean addBasicProperties)
addBasicProperties
- flag, indicating if basic properties as configured in the sitemap should be addedpublic void setUsePropertyConfiguration(boolean useConfiguration)
useConfiguration
- if true , use the property configurations