Support for per-request phase listeners
---------------------------------------
Key: TRINIDAD-63
URL: https://issues.apache.org/jira/browse/TRINIDAD-63
Project: MyFaces Trinidad
Issue Type: New Feature
Affects Versions: 1.0.1-core, 1.0.2-core
Reporter: Adam Winer
It'd be handy to get one-shot phase listeners added for a request: this way, if
you knew you needed to run some code before Render Response on a given request,
you could just call RequestContext.addPhaseListener() and that code would run
automatically, without any need to have a global phase listener always
registered.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.