Bob Daly wrote:
org.orbeon.oxf.processor.pipeline.PipelineContext
Is there Java-doc available for this class?

There is no Javadoc at this point. A PipelineContext is supposed to be an opaque object to most processors. They just receive one when their generate() or start() method is called and use it to call methods like readInputAsDOM4J().


You might want to use the PipelineContext if you need to access the HTTP request, HTTP response or servlet context. You typically need this to write a serializer (i.e. a processor that sends back a response to the browser). If this is the case, just let me know and I will send you more detailed information.

Alex


_______________________________________________ oxf-users mailing list [EMAIL PROTECTED] http://mail.orbeon.com/mailman/listinfo/oxf-users

Reply via email to