org.torweg.pulse.component.cms.admin
Class CMSContentRegistryEditor
java.lang.Object
org.torweg.pulse.bundle.Controller
org.torweg.pulse.site.content.admin.AbstractContentRegistryEditor
org.torweg.pulse.component.cms.admin.CMSContentRegistryEditor
- All Implemented Interfaces:
- DeprecatedConfigurable
public class CMSContentRegistryEditor
- extends AbstractContentRegistryEditor
the CMSContentRegistryEditor of the CMS-Bundle.
This controller corresponds to the CMS-branch of the content-registry shown
in the west-panel of the website-administration and provides editing
functions for the CMS-branch of ContentRegistry.
- Version:
- $Revision: 1465 $
- Author:
- Daniel Dietz
| Methods inherited from class org.torweg.pulse.site.content.admin.AbstractContentRegistryEditor |
applyContentRegistrySettingsToEditNodeMap, applyContentRegistrySettingsToSelectNodeOrFolderMap, browseContentRegistryEdit, browseContentRegistrySelect, canMoveContentOnlyToFolderCheck, createContentFolderNode, createContentGroup, deleteAbstractContentNode, deleteRegistryLocaleNode, getConfig, getContentRegistryIdPath, init, initEditor, moveRegistryLocaleNode, renameRegistryLocaleNode |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CMSContentRegistryEditor
public CMSContentRegistryEditor()
create
@RequireToken
@Action(value="contentRegistryCreate")
@Permission(value="useContentRegistry")
@Groups(values="CMSAdministrator")
public final RegistryEditorResult create(Bundle bundle, ServiceRequest request)
- starts create-new-(
CMSContent, ContentFolder
)-editor.
- Specified by:
create in class AbstractContentRegistryEditor
- Parameters:
bundle - the current Bundlerequest - the current ServiceRequest
- Returns:
- an AJAX-result
createCMSContent
@RequireToken
@Action(value="createCMSContent")
@Permission(value="useContentRegistry")
@Groups(values="CMSAdministrator")
public final void createCMSContent(Bundle bundle, ServiceRequest request)
- creates and saves a new
CMSContent.
- Parameters:
bundle - the current Bundlerequest - the current ServiceRequest