Class MediaItemBase
- java.lang.Object
-
- nl.gx.webmanager.springmvc.FormBindableBase
-
- nl.gx.webmanager.cms.core.implementation.CmsItemBase
-
- nl.gx.webmanager.springmvc.mediaitem.MediaItemBase
-
- All Implemented Interfaces:
DelegatedController
,DelegatedControllerAware
public class MediaItemBase extends nl.gx.webmanager.cms.core.implementation.CmsItemBase
-
-
Field Summary
-
Fields inherited from class nl.gx.webmanager.springmvc.FormBindableBase
editViews
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
MediaItemBase()
MediaItemBase(javax.servlet.http.HttpServletRequest request)
-
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.-
Methods inherited from class nl.gx.webmanager.cms.core.implementation.CmsItemBase
getComponent, getComponentFileId, getComponentId, getLanguageResourceMessage, getLanguageResourceMessage, getPrivateSession, getStaticResourceDir, setComponent, 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, setDelegatedController, setEditViews, setParentController, setValidators, showForm
-
-
-
-
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
-
-