|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.cocoon.framework.AbstractActor | +--org.apache.cocoon.framework.Router | +--org.apache.cocoon.processor.ProcessorFactory
This class implements the processing router by identifying the processor associated to the produced document.
Fields inherited from class org.apache.cocoon.framework.Router |
defaultType,
objects |
Fields inherited from class org.apache.cocoon.framework.AbstractActor |
director |
Fields inherited from interface org.apache.cocoon.Defaults |
BROWSERS_PROP,
CACHE_DEFAULT,
CACHE_PROP,
COCOON_FORMAT_PI,
COCOON_PROCESS_PI,
DEBUG,
DEFAULT_BROWSER,
FORMATTER_PROP,
INIT_ARG,
INTERNAL_PROPERTIES,
INTERPRETER_PROP,
NAME,
PARSER_DEFAULT,
PARSER_PROP,
PROCESSOR_PROP,
PRODUCER_PROP,
PROPERTIES,
SHOW_STATUS,
STATUS_URL,
STATUS_URL_DEFAULT,
STORE_DEFAULT,
STORE_PROP,
STYLESHEET_PI,
VERBOSE,
VERSION |
Constructor Summary | |
ProcessorFactory()
|
Method Summary | |
Processor |
getProcessor(org.w3c.dom.Document document)
|
java.lang.String |
getStatus()
Returns information about the status of the implementing class. |
java.lang.String |
getType(org.w3c.dom.Document document)
|
Methods inherited from class org.apache.cocoon.framework.Router |
init |
Methods inherited from class org.apache.cocoon.framework.AbstractActor |
init |
Methods inherited from class java.lang.Object |
|
Constructor Detail |
public ProcessorFactory()
Method Detail |
public Processor getProcessor(org.w3c.dom.Document document) throws java.lang.Exception
public java.lang.String getType(org.w3c.dom.Document document)
public java.lang.String getStatus()
toString()
method because some of these methods are declared final in some
classes in JDK 1.1.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |