|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.facelets.tag.Location
public final class Location
An object that represents the Location of a Tag or TagAttribute in a Facelet file.
Tag,
TagAttribute| Constructor Summary | |
|---|---|
Location(String path,
int line,
int column)
|
|
| Method Summary | |
|---|---|
int |
getColumn()
Estimated character column |
int |
getLine()
Line this is located at |
String |
getPath()
File path to this location |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Location(String path,
int line,
int column)
| Method Detail |
|---|
public int getColumn()
public int getLine()
public String getPath()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||