org.codehaus.waffle.context.pico
Class ScriptedPicoContextContainerFactory

java.lang.Object
  extended by org.codehaus.waffle.context.AbstractContextContainerFactory
      extended by org.codehaus.waffle.context.pico.PicoContextContainerFactory
          extended by org.codehaus.waffle.context.pico.ScriptedPicoContextContainerFactory
All Implemented Interfaces:
ContextContainerFactory

public abstract class ScriptedPicoContextContainerFactory
extends PicoContextContainerFactory


Field Summary
 
Fields inherited from class org.codehaus.waffle.context.AbstractContextContainerFactory
applicationContextContainer, messageResources, registrarAssistant
 
Constructor Summary
ScriptedPicoContextContainerFactory(MessageResources messageResources, ContextMonitor contextMonitor, RegistrarMonitor registrarMonitor, ParameterResolver parameterResolver)
           
 
Method Summary
 ContextContainer buildApplicationContextContainer()
           
protected abstract  void registerScriptComponents(ContextContainer contextContainer)
           
 
Methods inherited from class org.codehaus.waffle.context.pico.PicoContextContainerFactory
buildRequestLevelContainer, buildSessionLevelContainer, createRegistrar, getParameterResolver, getPicoComponentMonitor, getPicoLifecycleStrategy, getRegistrarMonitor
 
Methods inherited from class org.codehaus.waffle.context.AbstractContextContainerFactory
destroy, getApplicationContextContainer, getContextMonitor, getRegistrarAssistant, initialize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScriptedPicoContextContainerFactory

public ScriptedPicoContextContainerFactory(MessageResources messageResources,
                                           ContextMonitor contextMonitor,
                                           RegistrarMonitor registrarMonitor,
                                           ParameterResolver parameterResolver)
Method Detail

buildApplicationContextContainer

public ContextContainer buildApplicationContextContainer()
Overrides:
buildApplicationContextContainer in class PicoContextContainerFactory

registerScriptComponents

protected abstract void registerScriptComponents(ContextContainer contextContainer)


Copyright © 2008. All Rights Reserved.