|
||||||||||
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.processor.dcp.DCPProcessor
This class implements a DOM processor that expands XML documents replacing dynamic content generation processing instructions by the return value of user-supplied logic.
Fields inherited from class org.apache.cocoon.framework.AbstractActor |
director |
Constructor Summary | |
DCPProcessor()
|
Method Summary | |
java.lang.String |
getStatus()
Returns information about the status of the implementing class. |
boolean |
hasChanged(java.lang.Object context)
This method is called by the cache system to evaluate the status of this changeable point for the given context (normally an HTTP request). |
org.w3c.dom.Document |
process(org.w3c.dom.Document document,
java.util.Dictionary parameters)
This method scans a DOM tree replacing <? |
Methods inherited from class org.apache.cocoon.framework.AbstractActor |
init |
Methods inherited from class java.lang.Object |
|
Constructor Detail |
public DCPProcessor()
Method Detail |
public org.w3c.dom.Document process(org.w3c.dom.Document document, java.util.Dictionary parameters) throws java.lang.Exception
document
- The document to be processed for dynamic contentparameters
- The table of invocation environment variables to be used during processingpublic boolean hasChanged(java.lang.Object context)
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 |