|
||||||||||
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.producer.AbstractProducer
This abstract class implements the Producer interface and provides utitity methods to convert the generated streams into DOM tress that are used inside the processor pipeline. This class must be seen as a transparent "mediator" between stream and DOM realms.
Fields inherited from class org.apache.cocoon.framework.AbstractActor |
director |
Constructor Summary | |
AbstractProducer()
|
Method Summary | |
org.w3c.dom.Document |
getDocument(javax.servlet.http.HttpServletRequest request)
This method is the only one called by the Cocoon engine. |
boolean |
hasChanged(java.lang.Object request)
This method always returns true to reduce the evaluation overhead to a minimum. |
Methods inherited from class org.apache.cocoon.framework.AbstractActor |
init |
Methods inherited from class java.lang.Object |
|
Constructor Detail |
public AbstractProducer()
Method Detail |
public org.w3c.dom.Document getDocument(javax.servlet.http.HttpServletRequest request) throws java.lang.Exception
public boolean hasChanged(java.lang.Object request)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |