So, I would have my java flow class implement Contextualizable and at some point during the lifecycle, the contextualize method will be called. But will a ServletContext be passed? I'm a little shaky as to what I'm supposed to do within this method.
--- Bart Molenkamp <[EMAIL PROTECTED]> wrote: > For Java components to get the context, you need to > implement the > Contextualizable interface from Avalon. > > Bart. > > > -----Oorspronkelijk bericht----- > > Van: footh [mailto:[EMAIL PROTECTED] > > Verzonden: woensdag 27 juli 2005 6:17 > > Aan: [email protected] > > Onderwerp: JavaFlow: getting the application > context > > > > Does anyone know how to get the application > context > > from within a javaflow? I'm looking for something > > equivalent to the "cocoon.context" code in a > > javascript-based flow. > > > > > > > > > ____________________________________________________ > > Start your day with Yahoo! - make it your home > page > > http://www.yahoo.com/r/hs > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: > [EMAIL PROTECTED] > > For additional commands, e-mail: > [EMAIL PROTECTED] > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: > [EMAIL PROTECTED] > For additional commands, e-mail: > [EMAIL PROTECTED] > > __________________________________ Yahoo! Mail Stay connected, organized, and protected. Take the tour: http://tour.mail.yahoo.com/mailtour.html --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
