javax.faces.webapp.pdl.facelets.tag
Class Location

java.lang.Object
  extended by javax.faces.webapp.pdl.facelets.tag.Location

public final class Location
extends Object

An object that represents the Location of a Tag or TagAttribute in a Facelet file.

PENDING correct documentation

Since:
2.0

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

Location

public Location(String path,
                int line,
                int column)
Method Detail

getColumn

public int getColumn()
Estimated character column

Returns:
character column

getLine

public int getLine()
Line this is located at

Returns:
link this is located at

getPath

public String getPath()
File path to this location

Returns:
file path

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2002-2008 Sun Microsystems, Inc. All Rights Reserved.