Hello,
I searched but didn't find this answer. We'd like to customize the method signatures of all our MultiActionController methods. Basically, we want to grab a model object out of the session and have it as the third parameter of each method (after the request and response and before the command or session parameter).
However, the setDelegate( ) and invokeNamedMethod( ) methods (where the methods are cached and invoked respectively) are both final. So I can't override them to provide any custom behavior. Am I missing something? Is this impossible?
Thanks for any help!
- Dan


Reply With Quote