Hi,
I have a interceptor, which validates that the user is authenticated. It
does the authentication using a third party library and retrieves the user
id using the third party library.
I have a POJO action with propery userId. I want to set this property in the
interceptor, is this possible.
I
You should be able to create an interface for your actions like:
public interface IUserAware {
Long getUserId();
Void setUserId(Long userId);
}
In your interceptor, you want to do the following:
public class MyInterceptor extends AbstractInterceptor {
/* interceptor intercept method */
p
Dear All,
Kindly forwarded to AL
Lets be one to get this correction out
This fellow has eaten all of our money
*Spectrum Raja's House in Tamil Nadu*
*
.
.
.
.
.
.
.
.
.*
*
Hold YOUR breath.*
[image: cid:1.3267116226@web94816.mail.in2.yahoo.com]
*
*
[image: cid:
No images there in your email... :)
On Thu, Aug 18, 2011 at 4:15 PM, Piyush Kumar wrote:
>
>
>
> Dear All,
>
> Kindly forwarded to AL
>
> Lets be one to get this correction out
>
> This fellow has eaten all of our money
>
>
>
> *Spectrum Raja's House in Tamil Nadu*
>
>
>
> *
> .
>
4 matches
Mail list logo