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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringReturns the file parameter.getId()The action id.protected StringReturns 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, isAdeSupportedMethods 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_CmsWorkplaceActionThe action id.- Returns:
- the action id
- See Also:
-
getVisibility
Description copied from interface:I_CmsHasMenuItemVisibilityGets the visibility for the current dialog context.- Specified by:
getVisibilityin interfaceI_CmsHasMenuItemVisibility- Overrides:
getVisibilityin classA_CmsWorkplaceAction- Parameters:
context- the dialog context- Returns:
- the visibility
- See Also:
-
getFileParam
Description copied from class:A_CmsEditFileActionReturns the file parameter.- Specified by:
getFileParamin classA_CmsEditFileAction- Returns:
- parameter of the file to edit
- See Also:
-
getTitleKey
Description copied from class:A_CmsWorkplaceActionReturns the workplace message bundle key of the action title.- Specified by:
getTitleKeyin classA_CmsWorkplaceAction- Returns:
- the title message bundle key
- See Also:
-