Package | Description |
---|---|
jakarta.faces.webapp |
Modifier and Type | Class and Description |
---|---|
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 Jakarta
Expression Language expressions. |
class |
UIComponentTag
Deprecated.
Use of this class has been replaced with
UIComponentELTag , which extends
UIComponentClassicTagBase to add properties that use the Jakarta Expression Language API introduced as
part of Jakarta Server Pages 2.1. |
Modifier and Type | Method and Description |
---|---|
static UIComponentClassicTagBase |
UIComponentClassicTagBase.getParentUIComponentClassicTagBase(PageContext context)
Locate and return the nearest enclosing
UIComponentClassicTagBase if any; otherwise, return
null . |
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 © 2018,2020 Eclipse Foundation.
Use is subject to license terms.