Package javax.faces.webapp
package javax.faces.webapp
Classes required for integration of JavaServer Faces into web applications, including a standard servlet, base classes for JSP custom component tags, and concrete tag implementations for core tags.
-
ClassDescriptionDeprecated.The Faces implementation must now provide the implementation for this class.ConverterELTag is a base class for all JSP custom actions that create and register a
Converter
instance on theValueHolder
associated with our most immediate surrounding instance of a tag whose implementation class is a subclass ofUIComponentClassicTagBase
.Deprecated.This has been partially replaced byConverterELTag
.FacesServlet is a servlet that manages the request processing lifecycle for web applications that are utilizing JavaServer Faces to construct the user interface.FacetTag is the JSP mechanism for denoting aUIComponent
is to be added as afacet
to the component associated with its parent.ThisExceptionHandlerFactory
instance produces JSF 1.2 compatibleExceptionHandler
instances.Deprecated.All component tags now implementBodyTag
.UIComponentTagBase
is the base class for all JSP tags that use the "classic" JSP tag interface that correspond to aUIComponent
instance in the view.UIComponentELTag
specializes its superclass to allow for properties that take their values from EL API expressions.Deprecated.Use of this class has been replaced withUIComponentELTag
, which extendsUIComponentClassicTagBase
to add properties that use the EL API introduced as part of JSP 2.1.UIComponentTagBase
is the base class for all JSP tags that correspond to aUIComponent
instance in the view.ValidatorELTag is a base class for all JSP custom actions that create and register aValidator
instance on theEditableValueHolder
associated with our most immediate surrounding instance of a tag whose implementation class is a subclass ofUIComponentTag
.Deprecated.This has been partially replaced byValidatorELTag
.