Introduce RequestContext.getAttributes() like the JSF2
FacesContext.getAttribute()
----------------------------------------------------------------------------------
Key: TRINIDAD-1773
URL: https://issues.apache.org/jira/browse/TRINIDAD-1773
Project: MyFaces Trinidad
Issue Type: New Feature
Affects Versions: 1.2.14-core
Reporter: Matthias Weßendorf
Assignee: Matthias Weßendorf
In JSF2 there is a handy getAttributes() method available on the FacesContext.
It would be a nice enhancement for Trinidad 1.2. to have this on the
RequestContext()
public Map<Object,Object> getAttributes()
See documentation of FacesContext.getAttributes() for more:
http://java.sun.com/javaee/javaserverfaces/2.0/docs/api/javax/faces/context/FacesContext.html#getAttributes%28%29
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.