Package org.opencms.ui.actions
Class CmsEditContentAction
java.lang.Object
org.opencms.ui.actions.A_CmsWorkplaceAction
org.opencms.ui.actions.A_CmsEditFileAction
org.opencms.ui.actions.CmsEditContentAction
- All Implemented Interfaces:
I_CmsADEAction
,I_CmsWorkplaceAction
,I_CmsHasMenuItemVisibility
Action to logout.
Used within the ADE context only.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected String
Returns the file parameter.getId()
The action id.protected String
Returns the workplace message bundle key of the action title.getVisibility
(I_CmsDialogContext context) Gets the visibility for the current dialog context.Methods inherited from class org.opencms.ui.actions.A_CmsEditFileAction
executeAction, existsFile, getCommandClassName, getJspPath, getParams, getVisibility, isAdeSupported
Methods inherited from class org.opencms.ui.actions.A_CmsWorkplaceAction
getDialogTitle, getDialogTitleKey, getTitle, hasBlockingLocks, hasBlockingLocks, isActive, openDialog, openDialog
-
Field Details
-
ACTION_ID
The action id.- See Also:
-
-
Constructor Details
-
CmsEditContentAction
public CmsEditContentAction()
-
-
Method Details
-
getId
Description copied from interface:I_CmsWorkplaceAction
The action id.- Returns:
- the action id
- See Also:
-
getVisibility
Description copied from interface:I_CmsHasMenuItemVisibility
Gets the visibility for the current dialog context.- Specified by:
getVisibility
in interfaceI_CmsHasMenuItemVisibility
- Overrides:
getVisibility
in classA_CmsWorkplaceAction
- Parameters:
context
- the dialog context- Returns:
- the visibility
- See Also:
-
getFileParam
Description copied from class:A_CmsEditFileAction
Returns the file parameter.- Specified by:
getFileParam
in classA_CmsEditFileAction
- Returns:
- parameter of the file to edit
- See Also:
-
getTitleKey
Description copied from class:A_CmsWorkplaceAction
Returns the workplace message bundle key of the action title.- Specified by:
getTitleKey
in classA_CmsWorkplaceAction
- Returns:
- the title message bundle key
- See Also:
-