Good Morning All-

Tobin-could you forward what the LoginInterceptor interface would look like?

Thanks
Martin 
______________________________________________ 
Disclaimer and confidentiality note 
Everything in this e-mail and any attachments relates to the official business 
of Sender. This transmission is of a confidential nature and Sender does not 
endorse distribution to any party other than intended recipient. Sender does 
not necessarily endorse content contained within this transmission. 


> Date: Sat, 18 Oct 2008 10:56:43 -0400
> From: [EMAIL PROTECTED]
> To: user@struts.apache.org
> Subject: Re: [S2] grabbing current URL in an interceptor
> 
> Thank you, Nils and Tobin!  Great explanations and suggestion!  Thanks!
> 
> Nils wrote:
> 
> > The ActionProxy has methods for accessing the name, namespace and
> > method of the action, and the ActionInvocation has a method for
> > accessing the ActionProxy. The ActionInvocation also has a method for
> > accessing the ActionContext, which in turn you can use to get the
> > parameters.
> >
> 
> Tobin wrote:
> 
> > One other option that I've used with great success is to create a
> > @LoginNotRequired annotation.  Then, just checked for that annotation
> > in your interceptor.  I have done it where you can put the annotation
> > on the class (which affects all action methods in the class) or just
> > on the method (which only affects that particular action method).

_________________________________________________________________
Want to read Hotmail messages in Outlook? The Wordsmiths show you how.
http://windowslive.com/connect/post/wedowindowslive.spaces.live.com-Blog-cns!20EE04FBC541789!167.entry?ocid=TXT_TAGLM_WL_hotmail_092008

Reply via email to