[
https://issues.apache.org/jira/browse/TAPESTRY-2365?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12590788#action_12590788
]
Howard M. Lewis Ship commented on TAPESTRY-2365:
------------------------------------------------
That can easily be added as a layer on top of this; however, those interfaces
are really geared around a limited runtime model tied to Java reflection and
dynamic proxies.
> 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
> Assignee: 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]