|
|
|||||||
|
I have many action classes in my application. Can anyone suggest me a way to generalize this, I mean putting this Token validation in a base class and extending all other from this class, so that I dont have to repeat this code in all the Action classes? Thanks, Amit
|