|
Apache Tomcat 7.0.23 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.catalina.CatalinaFactory
public class CatalinaFactory
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)
|
java.lang.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 |
---|
public static CatalinaFactory getFactory()
public java.lang.String getDefaultPipelineClassName()
public Pipeline createPipeline(Container container)
|
Apache Tomcat 7.0.23 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |