Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Before JSF 2.0, there was no way to get the writer from the externalContext except off the native objects. Trinidad has very complex requirements for Portal-related components so most of our work to handle ExternalContext extensions is though the ExternalContextUtils.
This feature will add an ExternalContextUtils.getWriter(ExternalContext) method to the ExternalContextUtils. In 1.2 this will get the native object and its respective writer. In 2.0 this will simply delegate to the ExternalContext. The latter is needed for backward compatibility.