PDA

View Full Version : Obtain Information of the Application and to Send for Class


ribeirete
Aug 18th, 2004, 05:23 PM
Did I create an aspect class to intercept exceptions with objective of having my prórprias exception classes is working, however would I like that when capturing this exception to record a log file and for that he/she would need to obtain some information of the application as user logado, layer etc. Anybody knows how it could pass those parameters for my class Interceptor?

Thank you,


Fábio

Rod Johnson
Aug 19th, 2004, 05:03 AM
Configure your interceptor using Dependency Injection, like any other Spring-managed object.