|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.faces.view.Location
public class Location
An object that represents the Location of a tag or attribute of a tag in a View Declaration Language file.
Constructor Summary | |
---|---|
Location(java.lang.String path,
int line,
int column)
|
Method Summary | |
---|---|
int |
getColumn()
Return the estimated character column. |
int |
getLine()
Return the line number in the page for this location. |
java.lang.String |
getPath()
Return the file path to the page represented by this location. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Location(java.lang.String path, int line, int column)
Method Detail |
---|
public int getColumn()
Return the estimated character column.
public int getLine()
Return the line number in the page for this location.
public java.lang.String getPath()
Return the file path to the page represented by this location.
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |