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 |
UIComponentBodyTag
Deprecated.
All component tags now implement
BodyTag .
This class has been replaced by UIComponentELTag . |
class |
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. |
class |
UIComponentELTag
UIComponentELTag specializes its superclass to allow for
properties that take their values from EL API expressions. |
class |
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. |
private static class |
UIComponentTag.UIComponentTagAdapter
Deprecated.
This adatper exposes a UIComponentClassicTagBase as a UIComponentTag
for 1.1 component libraries that rely on UIComponent.getParentUIComponentTag().
|
Modifier and Type | Field and Description |
---|---|
(package private) java.util.Map<java.lang.String,java.util.Map<java.lang.String,UIComponentTagBase>> |
UIComponentClassicTagBase.namingContainerChildIds |