Interface I_CmsActionHandler
- All Known Subinterfaces:
I_CmsContextMenuHandler,I_CmsToolbarHandler
- All Known Implementing Classes:
A_CmsToolbarHandler,CmsContainerpageHandler,CmsContextMenuHandler,CmsDialogContextMenuHandler,CmsDirectEditToolbarHandler,CmsGwtDialogExtensionConnector.ContextMenuHandler,CmsPropertyDialogExtensionConnector.ContextMenuHandler,CmsResultContextMenuHandler,CmsSitemapToolbarHandler
public interface I_CmsActionHandler
Handles actions.
-
Method Summary
Modifier and TypeMethodDescriptionvoidLeaves the current page calling the target URI.voidonSiteOrProjectChange(String sitePath, String serverLink) Called when site and or project have been changed.voidrefreshResource(org.opencms.util.CmsUUID structureId) Reloads the resource edited.
-
Method Details
-
leavePage
Leaves the current page calling the target URI.- Parameters:
targetUri- the target URI
-
onSiteOrProjectChange
Called when site and or project have been changed.- Parameters:
sitePath- the site path to the target resourceserverLink- the server link to the resource
-
refreshResource
Reloads the resource edited.- Parameters:
structureId- the structure id of the resource to lock
-