public class CmsPreEditorActionDefinitionXmlContent extends A_CmsPreEditorActionDefinition
m_configurationADD_PARAMETER_METHOD, INIT_CONFIGURATION_METHOD| 构造器和说明 |
|---|
CmsPreEditorActionDefinitionXmlContent()
Constructor, without parameters.
|
| 限定符和类型 | 方法和说明 |
|---|---|
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 在接口中 I_CmsPreEditorActionDefinitiondoPreAction 在类中 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)