|
||||||||
| 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,
DEFAULT_BROWSER,
ERROR_INTERNALLY,
FORMATTER_PROP,
HOME,
INIT_ARG,
INTERNAL_PROPERTIES,
INTERPRETER_PROP,
LOG,
LOG_LEVEL,
LOOPS,
NAME,
PARSER_DEFAULT,
PARSER_PROP,
PROCESSOR_PROP,
PRODUCER_PROP,
PROPERTIES,
SHOW_STATUS,
STATUS_URL,
STATUS_URL_DEFAULT,
STORE_DEFAULT,
STORE_PROP,
STYLESHEET_PI,
TRANSFORMER_DEFAULT,
TRANSFORMER_PROP,
VERBOSE,
VERSION,
YEAR |
| 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 |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| 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 | |||||||