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

        

Reply via email to