Re: [S2] Interceptor annotations

2007-05-14 Thread Dave Newton
--- Shahak Nagiel <[EMAIL PROTECTED]> wrote: > I'm not sure exactly what you're asking, but yes. > For example, the Before and After annotations, as > well as all of the validator annotations. I would have thought he was talking about actual interceptor refs, to define an interceptor stack for an

Re: [S2] Interceptor annotations

2007-05-14 Thread Shahak Nagiel
.html Validator annotations: http://struts.apache.org/2.x/struts2-core/apidocs/com/opensymphony/xwork2/validator/annotations/package-frame.html - Original Message From: Shahak Nagiel <[EMAIL PROTECTED]> To: Struts Users Mailing List Sent: Monday, May 14, 2007 4:14:40 PM Subject: Re: [S2]

Re: [S2] Interceptor annotations

2007-05-14 Thread Shahak Nagiel
I'm not sure exactly what you're asking, but yes. For example, the Before and After annotations, as well as all of the validator annotations. We've also implemented our own SSLInterceptor class that gets invoked if the action class uses a custom @SSLProtected annotation using the following logi