| Package | Description |
|---|---|
| com.sun.faces.facelets.tag | |
| com.sun.faces.facelets.tag.jsf | |
| com.sun.faces.facelets.tag.jsf.html |
Tag Library for http://java.sun.com/jsf/html.
|
| com.sun.faces.facelets.util | |
| jakarta.faces.view.facelets |
| Modifier and Type | Method and Description |
|---|---|
Tag |
CompositeTagDecorator.decorate(Tag tag)
Uses the chain of responsibility pattern to stop processing if any of the TagDecorators return a value other than
null.
|
Tag |
TagAttributeImpl.getTag() |
Tag |
AbstractTagLibrary.ComponentConfigWrapper.getTag() |
Tag |
TagAttributesImpl.getTag() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AbstractTagLibrary.containsNamespace(String ns,
Tag t) |
boolean |
TagLibrary.containsNamespace(String ns,
Tag t)
true if the namespace is used in this library
|
boolean |
CompositeTagLibrary.containsNamespace(String ns,
Tag t) |
Tag |
CompositeTagDecorator.decorate(Tag tag)
Uses the chain of responsibility pattern to stop processing if any of the TagDecorators return a value other than
null.
|
void |
TagAttributeImpl.setTag(Tag tag) |
void |
TagAttributesImpl.setTag(Tag tag) |
| Constructor and Description |
|---|
MetaRulesetImpl(Tag tag,
Class<?> type) |
| Modifier and Type | Method and Description |
|---|---|
static Tag |
ComponentSupport.getTagForComponent(FacesContext context,
UIComponent c) |
static Tag |
ComponentSupport.setTagForComponent(FacesContext context,
UIComponent c,
Tag t) |
| Modifier and Type | Method and Description |
|---|---|
static void |
ComponentSupport.copyPassthroughAttributes(FaceletContext ctx,
UIComponent c,
Tag t) |
static Tag |
ComponentSupport.setTagForComponent(FacesContext context,
UIComponent c,
Tag t) |
| Modifier and Type | Method and Description |
|---|---|
Tag |
HtmlDecorator.decorate(Tag tag) |
| Modifier and Type | Method and Description |
|---|---|
Tag |
HtmlDecorator.decorate(Tag tag) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
FunctionLibrary.containsNamespace(String ns,
Tag t) |
| Modifier and Type | Field and Description |
|---|---|
protected Tag |
TagHandler.tag
A reference to the |
| Modifier and Type | Method and Description |
|---|---|
Tag |
TagDecorator.decorate(Tag tag)
If handled, return a new Tag instance, otherwise return null
|
Tag |
TagAttributes.getTag()
A reference to the Tag for which this class represents the attributes. |
Tag |
TagAttribute.getTag()
A reference to the Tag for which this class represents the attributes. |
Tag |
DelegatingMetaTagHandler.getTag() |
Tag |
TagConfig.getTag()
Return the |
| Modifier and Type | Method and Description |
|---|---|
Tag |
TagDecorator.decorate(Tag tag)
If handled, return a new Tag instance, otherwise return null
|
void |
TagAttributes.setTag(Tag tag)
Set a reference to the Tag for which this class represents the attributes. |
void |
TagAttribute.setTag(Tag tag)
Set a reference to the Tag for which this class represents the attributes. |
| Constructor and Description |
|---|
Tag(Tag orig,
TagAttributes attributes)
Constructor.
|
TagAttributeException(Tag tag,
TagAttribute attr)
Constructor.
|
TagAttributeException(Tag tag,
TagAttribute attr,
String message)
Constructor.
|
TagAttributeException(Tag tag,
TagAttribute attr,
String message,
Throwable cause)
Constructor.
|
TagAttributeException(Tag tag,
TagAttribute attr,
Throwable cause)
Constructor.
|
TagException(Tag tag)
Wrap the argument |
TagException(Tag tag,
String message)
Wrap the argument |
TagException(Tag tag,
String message,
Throwable cause)
Wrap the argument |
TagException(Tag tag,
Throwable cause)
Wrap the argument |
Copyright © 1997–2020 Eclipse Foundation. All rights reserved.