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 Location |
Tag.location |
Modifier and Type | Method and Description |
---|---|
abstract Location |
TagAttribute.getLocation()
The location of this attribute in the FaceletContext
|
Location |
Tag.getLocation()
Return the |
Constructor and Description |
---|
Tag(Location location,
java.lang.String namespace,
java.lang.String localName,
java.lang.String qName,
TagAttributes attributes) |