it.eng.spago.dispatching.module
Class ConfigurablePage

java.lang.Object
  extended by it.eng.spago.dispatching.service.DefaultRequestContext
      extended by it.eng.spago.dispatching.module.AbstractPage
          extended by it.eng.spago.dispatching.module.DefaultPage
              extended by it.eng.spago.dispatching.module.ConfigurablePage
All Implemented Interfaces:
PageIFace, RequestContextIFace, ServiceIFace, InitializerIFace, java.io.Serializable

public class ConfigurablePage
extends DefaultPage

Author:
See Also:
Serialized Form

Constructor Summary
ConfigurablePage()
           
 
Method Summary
 void init(SourceBean config)
           
protected  SourceBean instantiate(SourceBean configGraph)
           
 
Methods inherited from class it.eng.spago.dispatching.module.DefaultPage
getTargetRequests, initModules, nextStep, releaseModules, service
 
Methods inherited from class it.eng.spago.dispatching.module.AbstractPage
getConfig
 
Methods inherited from class it.eng.spago.dispatching.service.DefaultRequestContext
getErrorHandler, getRequestContainer, getResponseContainer, getServiceRequest, getServiceResponse, setRequestContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigurablePage

public ConfigurablePage()
Method Detail

init

public void init(SourceBean config)
Specified by:
init in interface InitializerIFace
Overrides:
init in class DefaultPage

instantiate

protected SourceBean instantiate(SourceBean configGraph)