org.codehaus.waffle.context.pico
Class RubyPicoContextContainerFactory

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
              extended by org.codehaus.waffle.context.pico.RubyPicoContextContainerFactory
All Implemented Interfaces:
ContextContainerFactory

public class RubyPicoContextContainerFactory
extends ScriptedPicoContextContainerFactory

Author:
Michael Ward, Mauro Talevi

Field Summary
 
Fields inherited from class org.codehaus.waffle.context.AbstractContextContainerFactory
applicationContextContainer, messageResources, registrarAssistant
 
Constructor Summary
RubyPicoContextContainerFactory(MessageResources messageResources, ContextMonitor contextMonitor, RegistrarMonitor registrarMonitor, ParameterResolver parameterResolver)
           
 
Method Summary
protected  Registrar createRegistrar(ContextContainer contextContainer)
           
protected  void registerScriptComponents(ContextContainer contextContainer)
           
 
Methods inherited from class org.codehaus.waffle.context.pico.ScriptedPicoContextContainerFactory
buildApplicationContextContainer
 
Methods inherited from class org.codehaus.waffle.context.pico.PicoContextContainerFactory
buildRequestLevelContainer, buildSessionLevelContainer, 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

RubyPicoContextContainerFactory

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

registerScriptComponents

protected void registerScriptComponents(ContextContainer contextContainer)
Specified by:
registerScriptComponents in class ScriptedPicoContextContainerFactory

createRegistrar

protected Registrar createRegistrar(ContextContainer contextContainer)
Overrides:
createRegistrar in class PicoContextContainerFactory


Copyright © 2008. All Rights Reserved.