You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Bruno Aranda (JIRA)" <de...@myfaces.apache.org> on 2006/10/07 15:17:19 UTC

[jira] Created: (MYFACES-1442) Deprecated APIs in the javax.faces.webapp package

Deprecated APIs in the javax.faces.webapp package
-------------------------------------------------

                 Key: MYFACES-1442
                 URL: http://issues.apache.org/jira/browse/MYFACES-1442
             Project: MyFaces Core
          Issue Type: Improvement
          Components: JSR-252
            Reporter: Bruno Aranda
         Assigned To: Bruno Aranda


Following the spec, section 10.3:

Faces depends on version JSP 2.1 or later, and the JSP tags in Faces expose properties that
leverage concepts specific to that release of JSP. Importantly, most Faces JSP tag attributes
are either of type javax.el.ValueExpression or javax.el.MethodExpression.
For backwards compatability with existing Faces component libraries that expose themselves
as JSP tags, the existing classes relating to JSP have been deprecated and new ones
introduced that leverage the EL API.

10.3.1 AttributeTag
The faces implementation must now provide this class.

10.3.2 ConverterTag
This has been replaced with ConverterELTag

10.3.3 UIComponentBodyTag
All component tags now implement BodyTag by virtue of the new class
UIComponentClassicTagBase implementing BodyTag. This class has been replaced
by UIComponentELTag.

10.3.4 UIComponentTag
This component has been replaced by UIComponentELTag.

10.3.5 ValidatorTag
This component has been replaced by ValidatorELTag.

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

        

[jira] Resolved: (MYFACES-1442) Deprecated APIs in the javax.faces.webapp package

Posted by "Bruno Aranda (JIRA)" <de...@myfaces.apache.org>.
     [ http://issues.apache.org/jira/browse/MYFACES-1442?page=all ]

Bruno Aranda resolved MYFACES-1442.
-----------------------------------

    Fix Version/s: 1.2.0-SNAPSHOT
       Resolution: Fixed

r453917

> Deprecated APIs in the javax.faces.webapp package
> -------------------------------------------------
>
>                 Key: MYFACES-1442
>                 URL: http://issues.apache.org/jira/browse/MYFACES-1442
>             Project: MyFaces Core
>          Issue Type: Improvement
>          Components: JSR-252
>            Reporter: Bruno Aranda
>         Assigned To: Bruno Aranda
>             Fix For: 1.2.0-SNAPSHOT
>
>
> Following the spec, section 10.3:
> Faces depends on version JSP 2.1 or later, and the JSP tags in Faces expose properties that
> leverage concepts specific to that release of JSP. Importantly, most Faces JSP tag attributes
> are either of type javax.el.ValueExpression or javax.el.MethodExpression.
> For backwards compatability with existing Faces component libraries that expose themselves
> as JSP tags, the existing classes relating to JSP have been deprecated and new ones
> introduced that leverage the EL API.
> 10.3.1 AttributeTag
> The faces implementation must now provide this class.
> 10.3.2 ConverterTag
> This has been replaced with ConverterELTag
> 10.3.3 UIComponentBodyTag
> All component tags now implement BodyTag by virtue of the new class
> UIComponentClassicTagBase implementing BodyTag. This class has been replaced
> by UIComponentELTag.
> 10.3.4 UIComponentTag
> This component has been replaced by UIComponentELTag.
> 10.3.5 ValidatorTag
> This component has been replaced by ValidatorELTag.

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