Package javax.faces.webapp
See: Description
-
Class Summary Class Description AttributeTag Deprecated The Faces implementation must now provide the implementation for this class.ConverterELTag ConverterELTag is a base class for all JSP custom actions that create and register aConverter
instance on theValueHolder
associated with our most immediate surrounding instance of a tag whose implementation class is a subclass ofUIComponentClassicTagBase
.ConverterTag Deprecated This has been partially replaced byConverterELTag
.FacesServlet FacesServlet is a servlet that manages the request processing lifecycle for web applications that are utilizing JavaServer Faces to construct the user interface.FacetTag FacetTag is the JSP mechanism for denoting aUIComponent
is to be added as afacet
to the component associated with its parent.PreJsf2ExceptionHandlerFactory This
ExceptionHandlerFactory
instance produces JSF 1.2 compatibleExceptionHandler
instances.UIComponentBodyTag Deprecated All component tags now implementBodyTag
.UIComponentClassicTagBase 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 UIComponentELTag
specializes its superclass to allow for properties that take their values from EL API expressions.UIComponentTag 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 UIComponentTagBase
is the base class for all JSP tags that correspond to aUIComponent
instance in the view.ValidatorELTag 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
.ValidatorTag Deprecated This has been partially replaced byValidatorELTag
.
Package javax.faces.webapp Description
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.
Document created the 11/06/2005, last modified the 18/08/2025
Source of the printed document:https://www.gaudry.be/en/java-api-javaee-rf-javax/faces/webapp/package-summary.html
The infobrol is a personal site whose content is my sole responsibility. The text is available under CreativeCommons license (BY-NC-SA). More info on the terms of use and the author.
References
These references and links indicate documents consulted during the writing of this page, or which may provide additional information, but the authors of these sources can not be held responsible for the content of this page.
The author of this site is solely responsible for the way in which the various concepts, and the freedoms that are taken with the reference works, are presented here. Remember that you must cross multiple source information to reduce the risk of errors.