Home » mojarra-1.2_09-b02-FCS-source » javax » faces » webapp »

javax.faces.webapp

Abstract Classes:

ConverterELTag  

ConverterELTag is a base class for all JSP custom actions that create and register a Converter instance on the ValueHolder associated with our most immediate surrounding instance of a tag whose implementation class is a subclass of UIComponentClassicTagBase

code | html
UIComponentBodyTag  

UIComponentBodyTag is a base class for all JSP custom actions, related to a UIComponent, that need to process their tag bodies. 

code | html
UIComponentClassicTagBase  

UIComponentTagBase is the base class for all JSP tags that use the "classic" JSP tag interface that correspond to a javax.faces.component.UIComponent instance in the view. 

code | html
UIComponentELTag  

UIComponentELTag specializes its superclass to allow for properties that take their values from EL API expressions.

This tag is designed for use with Faces version 1.2 and JSP version 2.1 containers.

 
code | html
UIComponentTag  

UIComponentTag is the base class for all JSP custom actions that correspond to user interface components in a page that is rendered by JavaServer Faces.

In this version of the specification, UIComponentTag extends UIComponentClassicTagBase to add properties that use the Faces 1.1 Expression Language.

 
code | html
UIComponentTagBase  

UIComponentTagBase is the base class for all JSP tags that correspond to a javax.faces.component.UIComponent instance in the view. 

code | html
ValidatorELTag  

ValidatorELTag is a base class for all JSP custom actions that create and register a Validator instance on the EditableValueHolder associated with our most immediate surrounding instance of a tag whose implementation class is a subclass of UIComponentTag

code | html

Classes:

AttributeTag  

Tag implementation that adds an attribute with a specified name and String value to the component whose tag it is nested inside, if the component does not already contain an attribute with the same name. 

code | html
ConverterTag  

ConverterTag is a base class for all JSP custom actions that create and register a Converter instance on the ValueHolder associated with our most immediate surrounding instance of a tag whose implementation class is a subclass of UIComponentTag

code | html
FacesServlet  

FacesServlet is a servlet that manages the request processing lifecycle for web applications that are utilizing JavaServer Faces to construct the user interface.

 
code | html
FacetTag  

FacetTag is the JSP mechanism for denoting a javax.faces.component.UIComponent is to be added as a facet to the component associated with its parent.

A FacetTag must have one and only one child. 

code | html
MessageFactory  

supported filters: package and protection.

 
code | html
MessageFactory.BindingFacesMessage   This class overrides FacesMessage to provide the evaluation of binding expressions in addition to Strings.  code | html
TypedCollections     code | html
UIComponentTag.UIComponentTagAdapter   This adatper exposes a UIComponentClassicTagBase as a UIComponentTag for 1.1 component libraries that rely on UIComponent.getParentUIComponentTag().  code | html
ValidatorTag  

ValidatorTag is a base class for all JSP custom actions that create and register a Validator instance on the EditableValueHolder associated with our most immediate surrounding instance of a tag whose implementation class is a subclass of UIComponentTag

code | html
_PageContextOutWriter   This Writer writes always to the current pageContext.getOut() Writer.  code | html