Package org.opencms.ui.actions
Interface I_CmsADEAction
- All Known Implementing Classes:
A_CmsEditFileAction,CmsAboutDialogAction,CmsAvailabilityDialogAction,CmsCategoriesDialogAction,CmsContextMenuActionItem,CmsDeleteDialogAction,CmsDirectPublishDialogAction,CmsEditContentAction,CmsEditPageAction,CmsEditPointerAction,CmsEditSmallElementsAction,CmsHistoryDialogAction,CmsLockedResourcesAction,CmsLogoutAction,CmsMoveDialogAction,CmsPrefillPageAction,CmsPreviewAction,CmsPropertiesDialogAction,CmsPublishQueueDialogAction,CmsPublishScheduledDialogAction,CmsRenameAction,CmsReplaceDialogAction,CmsResourceInfoAction,CmsSelectElementViewAction,CmsSeoAction,CmsShowLocaleAction,CmsSiteDialogAction,CmsSitemapAliasAction,CmsSitemapAttributeEditorAction,CmsSitemapEditConfigAction,CmsSitemapOpenParentAction,CmsSitemapRefreshAction,CmsTemplateContextsAction,CmsUndeleteDialogAction,CmsUndoDialogAction,CmsViewInExplorerAction,CmsViewOnlineAction,CmsWorkplaceAction
public interface I_CmsADEAction
Interface for actions used within the ADE context.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the client side command to execute.Returns the optional dialog JSP.Returns the optional command parameters.booleanReturns whether the ADE context is supported.
-
Method Details
-
getCommandClassName
Returns the client side command to execute.- Returns:
- the client side command
-
getJspPath
Returns the optional dialog JSP.- Returns:
- the dialog JSP
-
getParams
Returns the optional command parameters.- Returns:
- the command parameters
-
isAdeSupported
boolean isAdeSupported()Returns whether the ADE context is supported.- Returns:
truein case the ADE context is supported
-