public abstract class A_CmsSitemapEntryEditorHandler extends java.lang.Object implements I_CmsPropertyEditorHandler
| 限定符和类型 | 字段和说明 |
|---|---|
protected CmsSitemapController |
m_controller
The sitemap controller for this mode handler.
|
protected CmsClientSitemapEntry |
m_entry
The sitemap entry for this mode handler.
|
| 构造器和说明 |
|---|
A_CmsSitemapEntryEditorHandler(CmsSitemapController controller,
CmsClientSitemapEntry entry)
Creates a new instance of this class.
|
| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.String |
getName()
Returns the URL name with which the sitemap entry editor should be initialized.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAllPropertyNames, getDefaultFileId, getDefaultFileProperties, getDialogTitle, getForbiddenUrlNames, getId, getInheritedProperty, getModeClass, getOwnProperties, getPageInfo, getPath, getPossibleTemplates, handleSubmit, hasEditableName, isFolder, isHiddenProperty, isSimpleMode, useAdeTemplatesprotected CmsSitemapController m_controller
protected CmsClientSitemapEntry m_entry
public A_CmsSitemapEntryEditorHandler(CmsSitemapController controller, CmsClientSitemapEntry entry)
controller - the sitemap controller for this modeentry - the sitemap entry for this modepublic java.lang.String getName()
I_CmsPropertyEditorHandlergetName 在接口中 I_CmsPropertyEditorHandlerI_CmsPropertyEditorHandler.getName()