Apache Tomcat 7.0.4

org.apache.catalina
Class CatalinaFactory

java.lang.Object
  extended by 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


Method Summary
 Pipeline createPipeline(Container container)
           
 String getDefaultPipelineClassName()
           
static CatalinaFactory getFactory()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getFactory

public static CatalinaFactory getFactory()

getDefaultPipelineClassName

public String getDefaultPipelineClassName()

createPipeline

public Pipeline createPipeline(Container container)

Apache Tomcat 7.0.4

Copyright © 2000-2010 Apache Software Foundation. All Rights Reserved.