org.picocontainer.web.chain
Class ServletChainBuilder
java.lang.Object
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 |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServletChainBuilder
public ServletChainBuilder(javax.servlet.ServletContext context,
String containerBuilderClassName,
String containerScriptName,
String emptyContainerScript)
- Constructor for the ServletChainBuilder object
- Parameters:
context - the ServletContextcontainerBuilderClassName - the class name of the ContainerBuildercontainerScriptName - the name of the container script resourceemptyContainerScript - the script for empty container if the
container config is not found
Copyright © 2008. All Rights Reserved.