It should be possible to create decorators without directly writing Javassist
code
----------------------------------------------------------------------------------
Key: TAPESTRY-2365
URL: https://issues.apache.org/jira/browse/TAPESTRY-2365
Project: Tapestry
Issue Type: New Feature
Components: tapestry-ioc
Affects Versions: 5.0.11
Reporter: Howard M. Lewis Ship
What's needed is an AspectDecorator service that can build an interceptor using
an Aspect object that recieves an Invocation.
public interface Aspect { void intercept(Invocation invocation); }
Invocation has a number of methods for accessing or replacing parameters, a
proceed() method, and methods of querying and overriding the result value
and/or the exception thrown.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]