leetgeezer
Jun 17th, 2007, 04:30 AM
I'd like to perform some custom security checks per URL request pattern. There is the HandlerInterceptor interface, however it seems that it may defined for each HandlerAdapter.
What I'd like to achieve is for e.g. something like this:
/login.do=loginInterceptor
/showEmployee.do=employeeInterceptor
Is there an elegant way to do this?
What I'd like to achieve is for e.g. something like this:
/login.do=loginInterceptor
/showEmployee.do=employeeInterceptor
Is there an elegant way to do this?