Alex, It would be nice to be able to resolve a relative path from with a custom processor - if I'm not mistaken, having access to the servlet context could provide this? Or be able to read an initialization parameter from web.xml.
Right now I'm passing a relative path of a static XML config doc to a processor from within a .xpl; it's not very elegant. thanks for any help! -bob daly On Mon, 2003-07-21 at 12:54, Alessandro Vernet wrote: > 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 _______________________________________________ oxf-users mailing list [EMAIL PROTECTED] http://mail.orbeon.com/mailman/listinfo/oxf-users
