| Author |
Struts2 About using AbstractInterceptor
|
RaviNada Kiran
Ranch Hand
Joined: Jan 30, 2009
Posts: 528
|
|
I am getting confused in using AbstractInterceptor of webwork
what is so significance of AbstractInterceptor as its methods are different .
why can't i use a normal class which impleents Interceptor interface and override the init service and intercept().
My actual question is what is the significance for using AbstractInterceptor class.
|
If you want something you never had do something which you had never done
|
 |
Ankit Garg
Saloon Keeper
Joined: Aug 03, 2008
Posts: 9191
|
|
|
Well I guess it is only there to save you from overriding the init and destroy method if you don't want to override them...
|
SCJP 6 | SCWCD 5 | Javaranch SCJP FAQ | SCWCD Links
|
 |
 |
|
|
subject: Struts2 About using AbstractInterceptor
|
|
|