Uses of Interface
nl.gx.webmanager.springmvc.DelegatedController
-
-
Uses of DelegatedController in nl.gx.forms.wmpformapi.wcb.formfragmenttype
Methods in nl.gx.forms.wmpformapi.wcb.formfragmenttype that return DelegatedController Modifier and Type Method Description DelegatedController
FormFragmentComponent. getDelegatedController()
Returns a controller instance for the FormFragment provided by this component. -
Uses of DelegatedController in nl.gx.product.wmpuserprofiles.api
Classes in nl.gx.product.wmpuserprofiles.api that implement DelegatedController Modifier and Type Class Description class
ExtensionSubTabController
This class is an controller for a subtab extension.class
ExtensionSubTabFBO
The FBO for user profiles extensions. -
Uses of DelegatedController in nl.gx.webmanager.cms.core.implementation
Classes in nl.gx.webmanager.cms.core.implementation with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw DelegatedController Modifier and Type Class Description class
nl.gx.webmanager.cms.core.implementation.CmsItemBase
This class provides a number of common methods for CMS items such as thePanelBase
,ElementBase
andMediaItemBase
classes.class
nl.gx.webmanager.cms.core.implementation.JcrPageMetaDataBase
Base class for PageMetaData entities, providing convenience methods for interaction with the JCR. -
Uses of DelegatedController in nl.gx.webmanager.cms.element.implementation
Classes in nl.gx.webmanager.cms.element.implementation with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw DelegatedController Modifier and Type Class Description class
nl.gx.webmanager.cms.element.implementation.JcrElementBase
-
Uses of DelegatedController in nl.gx.webmanager.services.extensibility
Methods in nl.gx.webmanager.services.extensibility that return DelegatedController Modifier and Type Method Description DelegatedController
ViewExtension. getDelegatedController()
Gets the delegated controller -
Uses of DelegatedController in nl.gx.webmanager.springmvc
Classes in nl.gx.webmanager.springmvc that implement DelegatedController Modifier and Type Class Description class
FormBindableBase
Base Implementation for formBindableMethods in nl.gx.webmanager.springmvc that return DelegatedController Modifier and Type Method Description DelegatedController
DelegatedControllerAware. getDelegatedController()
Returns the Spring controller to whom controller logic must be delegatedDelegatedController
FormBindableBase. getDelegatedController()
Returns the Spring controller to be used for this formbindable.DelegatedController
FormBindableBase. getParentController()
Methods in nl.gx.webmanager.springmvc that return types with arguments of type DelegatedController Modifier and Type Method Description LinkedHashMap<DelegatedController,FormBackingObject>
DelegatedController. getControllerDelegationMap()
Return the map of delegated controllers of this controller.LinkedHashMap<DelegatedController,FormBackingObject>
FormBindableBase. getControllerDelegationMap()
Collection<DelegatedController>
EditContext. getDelegatedControllers(Object object)
Collection<DelegatedController>
EditContextImpl. getDelegatedControllers(Object object)
Methods in nl.gx.webmanager.springmvc with parameters of type DelegatedController Modifier and Type Method Description void
EditContext. addDelegatedController(Object object, DelegatedController delegatedController)
void
EditContextImpl. addDelegatedController(Object object, DelegatedController delegatedController)
void
DelegatedControllerAware. setDelegatedController(DelegatedController controller)
Sets the Spring controller to whom controller logic must be delegatedvoid
FormBindableBase. setDelegatedController(DelegatedController controller)
Sets the Spring controller to be used for this formbindable.void
FormBindableBase. setParentController(DelegatedController parentController)
-
Uses of DelegatedController in nl.gx.webmanager.springmvc.controller
Methods in nl.gx.webmanager.springmvc.controller that return types with arguments of type DelegatedController Modifier and Type Method Description LinkedHashMap<DelegatedController,FormBackingObject>
BaseWebmanagerController. getControllerDelegationMap()
Return the sub controller and corresponding form backing objects stored on the local controller delegation map.Methods in nl.gx.webmanager.springmvc.controller with parameters of type DelegatedController Modifier and Type Method Description protected void
BaseWebmanagerController. addControllerDelegation(DelegatedController controller, FormBackingObject formBackingObject, javax.servlet.http.HttpServletRequest request)
Adds a sub controller and corresponding form backing object to the local controller delegation map.protected void
BaseWebmanagerController. removeControllerDelegation(DelegatedController controller)
Removes a sub controller and corresponding form backing object to the local controller delegation map. -
Uses of DelegatedController in nl.gx.webmanager.springmvc.controller.component
Classes in nl.gx.webmanager.springmvc.controller.component that implement DelegatedController Modifier and Type Class Description class
ComponentController
This class is the base class for component controllers.class
ElementComponentController
This class is the delegation controller for elements.class
MediaItemComponentController
This class is the base class for media item component controllers.class
PageMetaDataComponentController
Basic controller for PageMetaData components.class
PanelComponentController
This class is the base class for panel component controllers.Methods in nl.gx.webmanager.springmvc.controller.component that return DelegatedController Modifier and Type Method Description DelegatedController
ComponentController. getParentController()
protected DelegatedController
PanelComponentController. getStatefulTabController(Class clazz, javax.servlet.http.HttpServletRequest request)
This method is a helper class for caching controller instances per user session.Methods in nl.gx.webmanager.springmvc.controller.component with parameters of type DelegatedController Modifier and Type Method Description PanelTab
PanelComponentController. addTab(String tabId, String titleKey, String titleImage, String viewFileName, DelegatedController controller, String presentationName, javax.servlet.http.HttpServletRequest request)
Adds a main tab to the panel navigation.PanelTab
PanelComponentController. addTab(String tabId, String titleKey, String viewFileName, DelegatedController controller, javax.servlet.http.HttpServletRequest request)
Adds a main tab to the panel navigation.void
ComponentController. setParentController(DelegatedController parentController)
PanelTab
PanelComponentController. setSingleTab(String viewFileName, DelegatedController controller, javax.servlet.http.HttpServletRequest request)
Sets a single tab onto the panel. -
Uses of DelegatedController in nl.gx.webmanager.springmvc.element
Classes in nl.gx.webmanager.springmvc.element that implement DelegatedController Modifier and Type Class Description class
ElementBase
This class is the base class for all element components.Methods in nl.gx.webmanager.springmvc.element that return DelegatedController Modifier and Type Method Description DelegatedController
ElementBase. getDelegatedController()
Methods in nl.gx.webmanager.springmvc.element with parameters of type DelegatedController Modifier and Type Method Description void
ElementBase. setDelegatedController(DelegatedController formController)
-
Uses of DelegatedController in nl.gx.webmanager.springmvc.mediaitem
Classes in nl.gx.webmanager.springmvc.mediaitem that implement DelegatedController Modifier and Type Class Description class
MediaItemBase
Methods in nl.gx.webmanager.springmvc.mediaitem that return DelegatedController Modifier and Type Method Description DelegatedController
MediaItemBase. getDelegatedController()
-
Uses of DelegatedController in nl.gx.webmanager.springmvc.pagemetadata
Classes in nl.gx.webmanager.springmvc.pagemetadata that implement DelegatedController Modifier and Type Class Description class
PageMetaDataBase
Base class for PageMetaData entities.Methods in nl.gx.webmanager.springmvc.pagemetadata that return DelegatedController Modifier and Type Method Description DelegatedController
PageMetaDataBase. getDelegatedController()
Methods in nl.gx.webmanager.springmvc.pagemetadata with parameters of type DelegatedController Modifier and Type Method Description void
PageMetaDataBase. setDelegatedController(DelegatedController controller)
-
Uses of DelegatedController in nl.gx.webmanager.springmvc.panel
Classes in nl.gx.webmanager.springmvc.panel that implement DelegatedController Modifier and Type Class Description class
PanelBase
Base class to be extended for partner panel development.class
PanelTabFBO
This class represents the form backing object of a horizontal, vertical or sub tab within a panel.class
PanelTabset
Set of tabs in a panel, of in a panelTab.Methods in nl.gx.webmanager.springmvc.panel that return DelegatedController Modifier and Type Method Description DelegatedController
PanelTab. getController()
Returns the controller for this panel tab.Methods in nl.gx.webmanager.springmvc.panel with parameters of type DelegatedController Modifier and Type Method Description void
PanelBase. addComponent(DelegatedController components)
adds a formbindable component to this panel so the bindable methods are autonmaticaly deligated to that component by the panel.PanelTab
PanelTab. addSubTab(String tabId, String titleKey, String titleImage, String viewFileName, DelegatedController controller, String presentationName, javax.servlet.http.HttpServletRequest request)
Adds a subtab to this tab.PanelTab
PanelTab. addSubTab(String tabId, String titleKey, String viewFileName, DelegatedController controller, javax.servlet.http.HttpServletRequest request)
Adds a subtab to this tab.PanelTab
PanelBase. addTab(String tabId, String titleKey, String titleImage, String viewFileName, DelegatedController controller, String presentationName, javax.servlet.http.HttpServletRequest request)
Adds a main tab to the panel navigation.PanelTab
PanelBase. addTab(String tabId, String titleKey, String viewFileName, DelegatedController controller, javax.servlet.http.HttpServletRequest request)
Adds a main tab to the panel navigation.PanelTab
PanelTabset. makePanelTab(String tabId, String titleKey, String viewFileName, String titleImage, DelegatedController controller, javax.servlet.http.HttpServletRequest request)
creates a configured new PanelTab instance.void
PanelTab. setController(DelegatedController controller)
Sets the controller for this panel tab.void
PanelBase. setPanelViewCommand(String viewFileName, DelegatedController controller, javax.servlet.http.HttpServletRequest request)
Set the panel view and command for a panel that holds no tabs (convenience method, adding a single tab has the same result).Constructors in nl.gx.webmanager.springmvc.panel with parameters of type DelegatedController Constructor Description PanelTab(PanelTabset parentTabset, String tabId, String titleKey, String titleImage, PanelTabFBO tabPanelViewCommand, DelegatedController controller)
Constructor for a PanelTab with sets the PanelViewCommand and title of the tab. -
Uses of DelegatedController in nl.gx.webmanager.wcb.foundation
Methods in nl.gx.webmanager.wcb.foundation that return DelegatedController Modifier and Type Method Description DelegatedController
ComponentBase. getDelegatedController()
Methods in nl.gx.webmanager.wcb.foundation with parameters of type DelegatedController Modifier and Type Method Description void
ComponentBase. setDelegatedController(DelegatedController controller)
-