|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface I_CmsPreEditorActionDefinition
Defines an action to be performed before the workplace editor is opened for the first time.
| Field Summary |
|---|
| Fields inherited from interface org.opencms.configuration.I_CmsConfigurationParameterHandler |
|---|
ADD_PARAMETER_METHOD, INIT_CONFIGURATION_METHOD |
| Method Summary | |
|---|---|
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. |
I_CmsResourceType |
getResourceType()
Returns the resource type for which the action should be performed. |
java.lang.String |
getResourceTypeName()
Returns the resource type name for which the action should be performed. |
void |
setResourceTypeName(java.lang.String resourceTypeName)
Sets the resource type name for which the action should be performed. |
| Methods inherited from interface org.opencms.configuration.I_CmsConfigurationParameterHandler |
|---|
addConfigurationParameter, getConfiguration, initConfiguration |
| Method Detail |
|---|
boolean doPreAction(CmsResource resource,
CmsDialog dialog,
java.lang.String originalParams)
throws java.lang.Exception
resource - the resource to be editeddialog - the dialog instanceoriginalParams - the original request parameters as String passed to the editor
java.lang.Exception - if something goes wrongI_CmsResourceType getResourceType()
java.lang.String getResourceTypeName()
void setResourceTypeName(java.lang.String resourceTypeName)
resourceTypeName - the resource type name
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||