Class A_CmsSitemapEntryEditorHandler
java.lang.Object
org.opencms.ade.sitemap.client.edit.A_CmsSitemapEntryEditorHandler
- All Implemented Interfaces:
I_CmsPropertyEditorHandler
- Direct Known Subclasses:
CmsEditEntryHandler
public abstract class A_CmsSitemapEntryEditorHandler
extends Object
implements I_CmsPropertyEditorHandler
The skeleton for the sitemap entry editor handlers.
- Since:
- 8.0.0
-
Field Summary
Modifier and TypeFieldDescriptionprotected CmsSitemapController
The sitemap controller for this mode handler.protected org.opencms.ade.sitemap.shared.CmsClientSitemapEntry
The sitemap entry for this mode handler. -
Constructor Summary
ConstructorDescriptionA_CmsSitemapEntryEditorHandler
(CmsSitemapController controller, org.opencms.ade.sitemap.shared.CmsClientSitemapEntry entry) Creates a new instance of this class. -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.opencms.gwt.client.property.I_CmsPropertyEditorHandler
getAllPropertyNames, getDefaultFileId, getDefaultFileProperties, getDialogTitle, getForbiddenUrlNames, getId, getInheritedProperty, getModeClass, getOwnProperties, getPageInfo, getPath, getPossibleTemplates, handleSubmit, hasEditableName, isFolder, isHiddenProperty, isSimpleMode, useAdeTemplates
-
Field Details
-
m_controller
The sitemap controller for this mode handler. -
m_entry
The sitemap entry for this mode handler.
-
-
Constructor Details
-
Method Details
-
getName
Description copied from interface:I_CmsPropertyEditorHandler
Returns the URL name with which the sitemap entry editor should be initialized.- Specified by:
getName
in interfaceI_CmsPropertyEditorHandler
- Returns:
- the initial URL name
- See Also:
-