| Author |
Interceptor change invoking class
|
Chandana Napagoda
Greenhorn
Joined: May 18, 2012
Posts: 1
|
|
I have been following tutorial and trying to customize Interceptor.
My requirement is there are Two action class UserAction and UserOneAction classes. UserOneAction class extend form UserAction. I want to change action flow of application and if logged user is UserOne then need to called UserOneAction class, otherwise need to call default action(UserAction).
Is this can be implement with Interceptor? if possible I can is call UserOneAction instead of UserAction(There can be many override action classes)?
Is there any other better approach to do this?
|
 |
Mohana Rao Sv
Ranch Hand
Joined: Aug 01, 2007
Posts: 485
|
|
|
Avoid cross posting.
|
ocjp 6 — Feeding a person with food is a great thing in this world. Feeding the same person by transferring the knowledge is far more better thing. The reason is the amount of satisfaction which we get through food is of only one minute or two. But the satisfaction which we can get through the knowledge is of life long.
|
 |
 |
|
|
subject: Interceptor change invoking class
|
|
|