Provide setXxx Methods on ExternalContextDecorator (JSF 1.2)
------------------------------------------------------------

                 Key: ADFFACES-354
                 URL: https://issues.apache.org/jira/browse/ADFFACES-354
             Project: MyFaces ADF-Faces
          Issue Type: Bug
            Reporter: Matthias Weßendorf
         Assigned To: Matthias Weßendorf


in jsf 1.2 there are four new setXxx() methods available on the externalCtx 
clazz.
We need to add them to our ExternalContextDecorator, like:

 @Override
 public void setResponse(Object response)
 {
   getExternalContext().setResponse(response);
 }


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira


Reply via email to