Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
1.2.11-core
-
None
Description
It would be handy for me to have the getViewMap methods present in Trinidad that are planned to be in JSF 2.0's UIViewRoot API:
1. public java.util.Map<java.lang.String,java.lang.Object> getViewMap()
2. public java.util.Map<java.lang.String,java.lang.Object> getViewMap(boolean create)
These can be added to Trinidad's RequestContext with a custom implementation. Once Trinidad goes to JSF2, these methods can simply point to the methods on the UIViewRoot.