Package org.opencms.ui.actions
Class CmsEditPageAction
java.lang.Object
org.opencms.ui.actions.A_CmsWorkplaceAction
org.opencms.ui.actions.CmsDisplayAction
org.opencms.ui.actions.CmsEditPageAction
- All Implemented Interfaces:
I_CmsADEAction
,I_CmsDefaultAction
,I_CmsWorkplaceAction
,I_CmsHasMenuItemVisibility
The edit page action. Available for container pages.
-
Field Summary
Fields inherited from class org.opencms.ui.actions.CmsDisplayAction
ONLINE_WINDOW_NAME, VISIBILITY
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the client side command to execute.int
getDefaultActionRank
(I_CmsDialogContext context) Returns the action rank, the highest ranked default action will be used.getId()
The action id.Returns the optional dialog JSP.Returns the optional command parameters.protected String
Returns the workplace message bundle key of the action title.getVisibility
(CmsObject cms, List<CmsResource> resources) Gets the visibility for the current resource and CMS context.getVisibility
(I_CmsDialogContext context) Gets the visibility for the current dialog context.boolean
Returns whether the ADE context is supported.Methods inherited from class org.opencms.ui.actions.CmsDisplayAction
executeAction
Methods inherited from class org.opencms.ui.actions.A_CmsWorkplaceAction
getDialogTitle, getDialogTitleKey, getTitle, hasBlockingLocks, hasBlockingLocks, isActive, openDialog, openDialog
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.opencms.ui.actions.I_CmsWorkplaceAction
getTitle, isActive
-
Field Details
-
ACTION_ID
The action id.- See Also:
-
-
Constructor Details
-
CmsEditPageAction
public CmsEditPageAction()
-
-
Method Details
-
getCommandClassName
Description copied from interface:I_CmsADEAction
Returns the client side command to execute.- Specified by:
getCommandClassName
in interfaceI_CmsADEAction
- Returns:
- the client side command
- See Also:
-
getDefaultActionRank
Description copied from interface:I_CmsDefaultAction
Returns the action rank, the highest ranked default action will be used.- Specified by:
getDefaultActionRank
in interfaceI_CmsDefaultAction
- Overrides:
getDefaultActionRank
in classCmsDisplayAction
- Parameters:
context
- the dialog context- Returns:
- the action rank
- See Also:
-
getId
Description copied from interface:I_CmsWorkplaceAction
The action id.- Specified by:
getId
in interfaceI_CmsWorkplaceAction
- Overrides:
getId
in classCmsDisplayAction
- Returns:
- the action id
- See Also:
-
getJspPath
Description copied from interface:I_CmsADEAction
Returns the optional dialog JSP.- Specified by:
getJspPath
in interfaceI_CmsADEAction
- Returns:
- the dialog JSP
- See Also:
-
getParams
Description copied from interface:I_CmsADEAction
Returns the optional command parameters.- Specified by:
getParams
in interfaceI_CmsADEAction
- Returns:
- the command parameters
- See Also:
-
getVisibility
Description copied from interface:I_CmsHasMenuItemVisibility
Gets the visibility for the current resource and CMS context.- Specified by:
getVisibility
in interfaceI_CmsHasMenuItemVisibility
- Overrides:
getVisibility
in classCmsDisplayAction
- Parameters:
cms
- the CMS context to useresources
- the list of resources to check- Returns:
- the visibility
- 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:
-
isAdeSupported
Description copied from interface:I_CmsADEAction
Returns whether the ADE context is supported.- Specified by:
isAdeSupported
in interfaceI_CmsADEAction
- Returns:
true
in case the ADE context is supported- See Also:
-
getTitleKey
Description copied from class:A_CmsWorkplaceAction
Returns the workplace message bundle key of the action title.- Overrides:
getTitleKey
in classCmsDisplayAction
- Returns:
- the title message bundle key
- See Also:
-