Class PageMetaDataBase
- java.lang.Object
-
- nl.gx.webmanager.springmvc.FormBindableBase
-
- nl.gx.webmanager.cms.core.implementation.CmsItemBase
-
- nl.gx.webmanager.cms.core.implementation.JcrPageMetaDataBase
-
- nl.gx.webmanager.springmvc.pagemetadata.PageMetaDataBase
-
- All Implemented Interfaces:
PageMetaData
,DelegatedController
,DelegatedControllerAware
,ComponentAware
,Wrapper
public class PageMetaDataBase extends nl.gx.webmanager.cms.core.implementation.JcrPageMetaDataBase implements ComponentAware
Base class for PageMetaData entities.- Author:
- bartk
-
-
Field Summary
Fields Modifier and Type Field Description static String
NODETYPE
-
Fields inherited from class nl.gx.webmanager.springmvc.FormBindableBase
editViews
-
-
Constructor Summary
Constructors Constructor Description PageMetaDataBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DelegatedController
getDelegatedController()
Returns the Spring controller to be used for this formbindable.void
setComponent(Component component)
set the componentBase.void
setDelegatedController(DelegatedController controller)
Sets the Spring controller to be used for this formbindable.-
Methods inherited from class nl.gx.webmanager.cms.core.implementation.JcrPageMetaDataBase
getCustomMetadataRepresentation, getId, getNode, getReferencedContentItems, getRequest, getUUID, getWrapper, getWrapper, setCustomMetadataRepresentation, setId, setNode, setRequest, setUUID
-
Methods inherited from class nl.gx.webmanager.cms.core.implementation.CmsItemBase
getComponent, getComponentFileId, getComponentId, getLanguageResourceMessage, getLanguageResourceMessage, getPrivateSession, getStaticResourceDir, setPrivateSession
-
Methods inherited from class nl.gx.webmanager.springmvc.FormBindableBase
addDisallowedField, addEditView, addValidator, formBackingObject, getControllerDelegationMap, getEditView, getEditViewByValue, getParentController, getResourceBaseNames, getValidators, initBinder, initialize, onBind, onBindAndValidate, onSubmit, referenceData, setEditViews, setParentController, setValidators, showForm
-
-
-
-
Field Detail
-
NODETYPE
public static final String NODETYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getDelegatedController
public DelegatedController getDelegatedController()
Description copied from class:FormBindableBase
Returns the Spring controller to be used for this formbindable.- Specified by:
getDelegatedController
in interfaceDelegatedControllerAware
- Overrides:
getDelegatedController
in classFormBindableBase
- Returns:
- Spring controller for this formbindable
-
setDelegatedController
public void setDelegatedController(DelegatedController controller)
Description copied from class:FormBindableBase
Sets the Spring controller to be used for this formbindable.- Specified by:
setDelegatedController
in interfaceDelegatedControllerAware
- Overrides:
setDelegatedController
in classFormBindableBase
- Parameters:
controller
- Spring controller to set for this formbindable
-
setComponent
public void setComponent(Component component)
Description copied from class:nl.gx.webmanager.cms.core.implementation.CmsItemBase
set the componentBase. Will be injected by the framework. componentBase is used internal for read acces to the component environment- Specified by:
setComponent
in interfaceComponentAware
- Overrides:
setComponent
in classnl.gx.webmanager.cms.core.implementation.CmsItemBase
- Parameters:
component
- Component that instantiated this object
-
-