org.picocontainer.web.chain
Class ServletChainBuilder

java.lang.Object
  extended by org.picocontainer.web.chain.ServletChainBuilder

public final class ServletChainBuilder
extends Object

ServletChainBuilder builds ContainerChains from servlet path and caches container recorders for later use.

Author:
Kontantin Pribluda, Mauro Talevi

Constructor Summary
ServletChainBuilder(javax.servlet.ServletContext context, String containerBuilderClassName, String containerScriptName, String emptyContainerScript)
          Constructor for the ServletChainBuilder object
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServletChainBuilder

public ServletChainBuilder(javax.servlet.ServletContext context,
                           String containerBuilderClassName,
                           String containerScriptName,
                           String emptyContainerScript)
Constructor for the ServletChainBuilder object

Parameters:
context - the ServletContext
containerBuilderClassName - the class name of the ContainerBuilder
containerScriptName - the name of the container script resource
emptyContainerScript - the script for empty container if the container config is not found


Copyright © 2008. All Rights Reserved.