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
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.