[ 
https://issues.apache.org/jira/browse/TRINIDAD-1612?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12770656#action_12770656
 ] 

Matthias Weßendorf commented on TRINIDAD-1612:
----------------------------------------------

TRINIDAD-1614 contains a patch, which includes THESE changes and two new event 
publishers for the lifecycle

> Add support for the new Lifecycle Management Methods (see spec section 3.1.14)
> ------------------------------------------------------------------------------
>
>                 Key: TRINIDAD-1612
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1612
>             Project: MyFaces Trinidad
>          Issue Type: New Feature
>    Affects Versions: 2.0.0-core
>            Reporter: Matthias Weßendorf
>            Assignee: Matthias Weßendorf
>         Attachments: TRINIDAD-1612.patch
>
>
> the spec defines two new lifecycle methods for JSF 2.0:
> protected void pushComponentToEL(FacesContext context);
> protected void popComponentFromEL(FacesContext context)
> These are the base contract from the new implicit #{component} EL.
> The spec wants an implementation to call these new methods inside of
> the lifecycle (processXYZ and encodeBegin):
> -encodeBegin()
> -processDecodes()
> -processRestoreState()
> -processSaveState()
> -processUpdates()
> -processValidators()
> We should integrate the pushComponentToEL/popComponentFromEL
> hooks for the mentioned methods. If this is really cause very bad performance 
> results,
> we can reevaluate the situation later on, again.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to