Uses of Package
javax.faces.webapp

Packages that use javax.faces.webapp
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
 

Classes in javax.faces.webapp used by javax.faces.webapp
AttributeTag
          Deprecated. The Faces implementation must now provide the implementation for this class.
ConfigAttribute
          Config Bean for an Attribute.
ConfigBase
          Base bean for parsing configuration information.
ConfigComponent
          Config Bean for an Component.
ConfigConverter
          Config Bean for a Converter.
ConfigFeature
          Base bean for configuration beans that have common feature elements.
ConfigProperty
          Config Bean for an Property.
ConfigValidator
          Config Bean for a Validator.
ConverterTag
          Deprecated. This has been partially replaced by ConverterELTag. The remainder of the functionality, namely, the binding facility and the implementation of the ConverterTag.createConverter() method, is now an implementation detail.
FacetTag
          FacetTag is the JSP mechanism for denoting a UIComponent is to be added as a facet to the component associated with its parent.
UIComponentClassicTagBase
          UIComponentTagBase is the base class for all JSP tags that use the "classic" JSP tag interface that correspond to a UIComponent instance in the view.
UIComponentTag
          Deprecated. Use of this class has been replaced with UIComponentELTag, which extends UIComponentClassicTagBase 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 a UIComponent instance in the view.
ValidatorTag
          Deprecated. This has been partially replaced by ValidatorELTag. The remainder of the functionality, namely, the binding facility and the implementation of the ValidatorTag.createValidator() method, is now an implementation detail.
 



Copyright 2002-2011 Oracle America Inc, Inc. All Rights Reserved.