public class CmsPreEditorActionDefinitionXmlContent extends A_CmsPreEditorActionDefinition
m_configurationADD_PARAMETER_METHOD, INIT_CONFIGURATION_METHOD| Constructor and Description |
|---|
CmsPreEditorActionDefinitionXmlContent()
Constructor, without parameters.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
doPreAction(CmsResource resource,
CmsDialog dialog,
java.lang.String originalParams)
Returns if an action has to be performed before opening the editor depending on the resource to edit
and eventual request parameter values.
|
addConfigurationParameter, getConfiguration, getResourceType, getResourceTypeName, initConfiguration, setResourceTypeNamepublic CmsPreEditorActionDefinitionXmlContent()
public boolean doPreAction(CmsResource resource, CmsDialog dialog, java.lang.String originalParams) throws java.lang.Exception
I_CmsPreEditorActionDefinitiondoPreAction in interface I_CmsPreEditorActionDefinitiondoPreAction in class A_CmsPreEditorActionDefinitionresource - the resource to be editeddialog - the dialog instanceoriginalParams - the original request parameters as String passed to the editorjava.lang.Exception - if something goes wrongI_CmsPreEditorActionDefinition.doPreAction(org.opencms.file.CmsResource, org.opencms.workplace.CmsDialog, java.lang.String)