Need to add a utility method to ExternalContextUtils to get the writer from the 
ExternalContext
-----------------------------------------------------------------------------------------------

                 Key: TRINIDAD-2062
                 URL: https://issues.apache.org/jira/browse/TRINIDAD-2062
             Project: MyFaces Trinidad
          Issue Type: New Feature
            Reporter: Scott O'Bryan


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.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to