| Class | Description | 
|---|---|
| AttributeTag | Deprecated The Faces implementation must now provide the
 implementation for this class. | 
| ConverterELTag | ConverterELTag is a base class for all Jakarta Server Pages custom
 actions that create and register a  Converterinstance on
 theValueHolderassociated with our most immediate
 surrounding instance of a tag whose implementation class is a
 subclass ofUIComponentClassicTagBase. | 
| ConverterTag | Deprecated This has been partially replaced by  ConverterELTag. | 
| FacesServlet | 
 FacesServlet is a Jakarta Servlet servlet that manages the
 request processing lifecycle for web applications that are utilizing Jakarta Server Faces to
 construct the user interface. | 
| FacetTag | FacetTag is the Jakarta Server Pages mechanism for denoting a
  UIComponentis to be added as afacetto the component associated with its parent. | 
| PreJsf2ExceptionHandlerFactory | This  | 
| UIComponentBodyTag | Deprecated All component tags now implement  BodyTag. | 
| UIComponentClassicTagBase | UIComponentTagBaseis the base class
 for all Jakarta Server Pages tags that use the "classic" Jakarta Server Pages tag interface that
 correspond to aUIComponentinstance in
 the view. | 
| UIComponentELTag | UIComponentELTagspecializes its superclass to allow for
 properties that take their values from Jakarta Expression Language expressions. | 
| UIComponentTag | Deprecated Use of this class has been replaced with  UIComponentELTag, which extendsUIComponentClassicTagBaseto add properties that use the
 Jakarta Expression Language API introduced as part of Jakarta Server Pages 2.1. | 
| UIComponentTagBase | UIComponentTagBaseis the base class
 for all Jakarta Server Pages tags that correspond to aUIComponentinstance in the view. | 
| ValidatorELTag | ValidatorELTag is a base class for all Jakarta Server Pages custom actions
 that create and register a  Validatorinstance on theEditableValueHolderassociated with our most immediate surrounding instance
 of a tag whose implementation class is a subclass ofUIComponentTag. | 
| ValidatorTag | Deprecated This has been partially replaced by  ValidatorELTag. |