Package | Description |
---|---|
javax.faces.view.facelets |
This package contains public classes for the Java code API of Facelets. |
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 |
TagConfig.getTag()
Return the |
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() |
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 © 1996-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.