[Stripes-users] modifying the response in an Interceptor

2010-04-23 Thread Yves Senn
Hey We have an Intercepter, which needs to modify the response (set Headers), what is the prefered way to do this? Does this have an impact on the LifeCycleStage the Intercepter can be used? Cheers, -- Yves -- View this message in context:

Re: [Stripes-users] modifying the response in an Interceptor

2010-04-23 Thread Oscar Westra van Holthe - Kind
On 23-04-2010 at 02:45, Yves Senn wrote: We have an Intercepter, which needs to modify the response (set Headers), what is the prefered way to do this? Does this have an impact on the LifeCycleStage the Intercepter can be used? An interceptor is essentially a filter. It can choose to let the