org.apache.catalina
Class CatalinaFactory
java.lang.Object
org.apache.catalina.CatalinaFactory
public class CatalinaFactory
- extends Object
Factory class used whenever a default implementation of a component is
required. It provides both class names (for the digester) and objects for
other components. The current implementation is as simple as possible. If
there is demand it can be extended to support alternative factories and/or
alternative defaults.
TODO: Create the other standard components via this factory
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getFactory
public static CatalinaFactory getFactory()
getDefaultPipelineClassName
public String getDefaultPipelineClassName()
createPipeline
public Pipeline createPipeline(Container container)
Copyright © 2000-2010 Apache Software Foundation. All Rights Reserved.