|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UIComponentClassicTagBase | |
---|---|
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. |
Uses of UIComponentClassicTagBase in javax.faces.webapp |
---|
Subclasses of UIComponentClassicTagBase in javax.faces.webapp | |
---|---|
class |
NamingTag
|
class |
TestInputTag
|
class |
TestOutputTag
|
class |
TestTag
|
class |
UIComponentBodyTag
Deprecated. All component tags now implement BodyTag .
This class has been replaced by UIComponentELTag . |
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. |
Methods in javax.faces.webapp that return UIComponentClassicTagBase | |
---|---|
static UIComponentClassicTagBase |
UIComponentClassicTagBase.getParentUIComponentClassicTagBase(PageContext context)
Locate and return the nearest enclosing UIComponentClassicTagBase
if any; otherwise, return null . |
static UIComponentClassicTagBase |
UIComponentClassicTagBase.getParentUIComponentClassicTagBase(PageContext context)
Locate and return the nearest enclosing UIComponentClassicTagBase
if any; otherwise, return null . |
Methods in javax.faces.webapp with parameters of type UIComponentClassicTagBase | |
---|---|
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.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. |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |