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