You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Matthias Weßendorf (JIRA)" <de...@myfaces.apache.org> on 2008/08/29 10:22:46 UTC

[jira] Commented: (MYFACES-1950) Implement JSF 2.0 - ExternalContext is missing some methods

    [ https://issues.apache.org/jira/browse/MYFACES-1950?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12626902#action_12626902 ] 

Matthias Weßendorf commented on MYFACES-1950:
---------------------------------------------

added raw methods to ExternalContext API

> Implement JSF 2.0 - ExternalContext is missing some methods 
> ------------------------------------------------------------
>
>                 Key: MYFACES-1950
>                 URL: https://issues.apache.org/jira/browse/MYFACES-1950
>             Project: MyFaces Core
>          Issue Type: Task
>          Components: JSR-314
>    Affects Versions: 2.0.0-alpha
>            Reporter: Matthias Weßendorf
>            Assignee: Matthias Weßendorf
>            Priority: Minor
>
> ExternalContext is missing some methods
> "getContextName()"
> servletCtx => getServletContextName()
> portletCtx => getPortletContextName()
> "getContentLength()"
> servletCtx => ((ServletRequest)request).getContentLength()
> portletCtx = ((ActionRequest) request).getContentLength()
> See also https://javaserverfaces-spec-public.dev.java.net/issues/show_bug.cgi?id=438

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.