|
||||||
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.
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. |
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 |