You are viewing a plain text version of this content. The canonical link for it is here.
Posted to adffaces-issues@incubator.apache.org by "Matthias Weßendorf (JIRA)" <ad...@incubator.apache.org> on 2007/01/16 17:28:27 UTC

[jira] Created: (ADFFACES-354) Provide setXxx Methods on ExternalContextDecorator (JSF 1.2)

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

       

[jira] Resolved: (ADFFACES-354) Provide setXxx Methods on ExternalContextDecorator (JSF 1.2)

Posted by "Matthias Weßendorf (JIRA)" <ad...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/ADFFACES-354?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matthias Weßendorf resolved ADFFACES-354.
-----------------------------------------

    Resolution: Fixed

checked into jsf 1.2 branch

> 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

       

[jira] Commented: (ADFFACES-354) Provide setXxx Methods on ExternalContextDecorator (JSF 1.2)

Posted by "Matthias Weßendorf (JIRA)" <ad...@incubator.apache.org>.
    [ https://issues.apache.org/jira/browse/ADFFACES-354?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12465226 ] 

Matthias Weßendorf commented on ADFFACES-354:
---------------------------------------------

getResponseCharacterEncoding()
getRequestCharacterEncoding()

getResponseContentType()
getRequestContentType()

are missing as well 

> 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

       

[jira] Updated: (ADFFACES-354) Provide setXxx Methods on ExternalContextDecorator (JSF 1.2)

Posted by "Matthias Weßendorf (JIRA)" <ad...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/ADFFACES-354?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matthias Weßendorf updated ADFFACES-354:
----------------------------------------

        Fix Version/s: 2.0.0-incubating-core-SNAPSHOT
    Affects Version/s: 2.0.0-incubating-core-SNAPSHOT

> 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
>    Affects Versions: 2.0.0-incubating-core-SNAPSHOT
>            Reporter: Matthias Weßendorf
>         Assigned To: Matthias Weßendorf
>             Fix For: 2.0.0-incubating-core-SNAPSHOT
>
>
> 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.
-
You can reply to this email to add a comment to the issue online.