Uses of Class
org.opencms.ade.contenteditor.shared.CmsContentDefinition
Packages that use CmsContentDefinition
Package
Description
Contains server side classes for the XML content editor.
Contains the RPC service interfaces used by the XML content editor.
-
Uses of CmsContentDefinition in org.opencms.ade.contenteditor
Methods in org.opencms.ade.contenteditor that return CmsContentDefinitionModifier and TypeMethodDescriptionCmsContentService.callEditorChangeHandlers(String entityId, CmsEntity editedLocaleEntity, Collection<String> skipPaths, Collection<String> changedScopes) CmsContentService.loadContentDefinition(String entityId) CmsContentService.loadDefinition(String entityId, String clientId, CmsEntity editedLocaleEntity, Collection<String> skipPaths, Map<String, String> settingPresets) CmsContentService.loadInitialDefinition(String entityId, String clientId, String newLink, CmsUUID modelFileId, String editContext, String mainLocale, String mode, String postCreateHandler, CmsEditHandlerData editHandlerDataForNew, Map<String, String> settingPresets, String editorStylesheet) CmsContentService.loadNewDefinition(String entityId, String clientId, CmsEntity editedLocaleEntity, Collection<String> skipPaths, Map<String, String> settingPresets) CmsContentService.prefetch()static CmsContentDefinitionCmsContentService.prefetch(javax.servlet.http.HttpServletRequest request) Fetches the initial content definition.