|
From: Matthew E. P. <ma...@me...> - 2004-01-05 05:43:48
|
I have written a class implementing MethodInterceptor. Currently, the class checks the method name to decide whether or not to apply the interceptor logic. I am curious if there is a better way to do this in Spring. It would be nice if there was a way to specify the method names in the applicationContext.xml. All help/advice is appreciated! Cheers, matthew |