nl.gx.webmanager.springmvc
Interface DelegatedControllerAware

All Known Subinterfaces:
AnchorElement, ApplicationElement, CalendarElement, DirectoryElement, DownloadElement, EcardElement, Element, FaqElement, FlashElement, FormElement, ForumElement, ImageElement, ImageMapElement, ListElement, MediaCollectionElement, MediaCollectionOverviewElement, PageCollectionElement, PageMetaData, PollElement, ProductElement, QueryElement, RichTextElement, RichTextInlineElement, RisDocumentsElement, RssFeedElement, SearchElement, SeparatorElement, TableElement, TextElement, WhoIsWhoElement
All Known Implementing Classes:
APIServiceImpl, AuthorisationSessionTimeoutServiceImpl, AuthorizationCommandObject, AuthorizationMaintenancePanel, AuthorizationServiceImpl, nl.gx.webmanager.cms.core.implementation.CmsItemBase, ComponentBase, ComponentTypeBase, ElementBase, ElementComponentTypeImpl, ExtensionSubTabFBO, FormBindableBase, FormComponentTypeImpl, ImportUsersCommandObject, nl.gx.webmanager.cms.element.implementation.JcrElementBase, nl.gx.webmanager.cms.core.implementation.JcrPageMetaDataBase, MediaItemBase, MediaItemComponentTypeImpl, OnlineHelpProviderImpl, PageMetaDataBase, PageMetaDataComponentTypeImpl, PanelBase, PanelComponentTypeImpl, PanelTabFBO, PanelTabset, PresentationComponentTypeImpl, ProfileProviderComponentTypeImpl, RoleCommandObject, ServiceComponentTypeImpl, ServletComponentTypeImpl, SimpleElementComponent, SimpleFormComponent, SimpleMediaItemComponent, SimpleMetaDataComponent, SimplePanelComponent, SimplePresentationComponent, SimpleProfileProviderComponent, SimpleServiceComponent, SimpleServletComponent, TreeActionPanel, UserCommandObject

public interface DelegatedControllerAware

This interface can be implmented by a class to indicate that is aware of a delegated controller. Being delegated controller aware means that the class contains the setter and getter for a delegated controller. Controllers will delegate controller logic to all controllers it can resolve from entities that are delegated controller aware.

Since:
WebManager 9.0.8
Author:
ivol

Method Summary
 DelegatedController getDelegatedController()
          Returns the Spring controller to whom controller logic must be delegated
 void setDelegatedController(DelegatedController controller)
          Sets the Spring controller to whom controller logic must be delegated
 

Method Detail

setDelegatedController

void setDelegatedController(DelegatedController controller)
Sets the Spring controller to whom controller logic must be delegated

Parameters:
controller - The controller of this entity

getDelegatedController

DelegatedController getDelegatedController()
Returns the Spring controller to whom controller logic must be delegated

Returns:
The Spring controller to whom controller logic must be delegated


Copyright © 2007-2011 GX Software BV. All Rights Reserved.