Package | Description |
---|---|
javax.faces.view.facelets |
This package contains public classes for the Java code API of Facelets. |
Modifier and Type | Field and Description |
---|---|
private TagAttributes |
Tag.attributes |
Modifier and Type | Method and Description |
---|---|
TagAttributes |
Tag.getAttributes()
Return an object encapsulating the
|
Constructor and Description |
---|
Tag(Location location,
java.lang.String namespace,
java.lang.String localName,
java.lang.String qName,
TagAttributes attributes) |
Tag(Tag orig,
TagAttributes attributes) |