|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.cocoon.Engine | +--org.apache.cocoon.EngineWrapper
This class implements wrapping methods that allow the engine to be called even from other APIs or standalone applications.
Inner Class Summary | |
class |
EngineWrapper.HttpServletRequestImpl
Dummy implementation of the HttpServletRequest class to create a fake but funtional request for the main engine. |
class |
EngineWrapper.HttpServletResponseImpl
Dummy implementation of the HttpServletResponse class to create a fake but funtional response for the main engine. |
Fields inherited from class org.apache.cocoon.Engine |
browsers,
cache,
configurations,
formatters,
manager,
parser,
processors,
producers,
showStatus,
store |
Constructor Summary | |
EngineWrapper(Configurations confs)
|
Method Summary | |
void |
handle(java.io.PrintWriter out,
java.lang.String document)
|
Methods inherited from class org.apache.cocoon.Engine |
getFlag,
getStatus,
handle |
Methods inherited from class java.lang.Object |
|
Constructor Detail |
public EngineWrapper(Configurations confs) throws java.lang.Exception
Method Detail |
public void handle(java.io.PrintWriter out, java.lang.String document) throws java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |