| Package | Description | 
|---|---|
| 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. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | UIComponentBodyTagDeprecated. 
 All component tags now implement  BodyTag.
 This class has been replaced byUIComponentELTag. | 
| class  | UIComponentELTagUIComponentELTagspecializes its superclass to allow for
 properties that take their values from EL API expressions. | 
| class  | UIComponentTagDeprecated. 
 Use of this class has been replaced with  UIComponentELTag, which extendsUIComponentClassicTagBaseto add properties that use the
 EL API introduced as part of JSP 2.1. | 
| Modifier and Type | Method and Description | 
|---|---|
| static UIComponentClassicTagBase | UIComponentClassicTagBase. getParentUIComponentClassicTagBase(PageContext context)Locate and return the nearest enclosing  UIComponentClassicTagBaseif any; otherwise, returnnull. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | UIComponentClassicTagBase. addVerbatimAfterComponent(UIComponentClassicTagBase parentTag,
                         UIComponent verbatim,
                         UIComponent component)Add verbatim as a sibling of component in
 component in the parent's child list. | 
| protected void | UIComponentClassicTagBase. addVerbatimBeforeComponent(UIComponentClassicTagBase parentTag,
                          UIComponent verbatim,
                          UIComponent component)Add verbatim as a sibling of component in
 component in the parent's child list. | 
Copyright © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.