|
Apache Tomcat 7.0.28 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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.
Method Summary | |
---|---|
Pipeline |
createPipeline(Container container)
Deprecated. |
String |
getDefaultPipelineClassName()
Deprecated. Unused. Will be removed in Tomcat 8.0.x. |
static CatalinaFactory |
getFactory()
Deprecated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static CatalinaFactory getFactory()
@Deprecated public String getDefaultPipelineClassName()
public Pipeline createPipeline(Container container)
|
Apache Tomcat 7.0.28 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |