com.sun.facelets.tag
Class Location

java.lang.Object
  extended by com.sun.facelets.tag.Location

public final class Location
extends Object

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

Version:
$Id: Location.java,v 1.3 2005/08/24 04:38:47 jhook Exp $
Author:
Jacob Hookom
See Also:
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

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 © 2005 All Rights Reserved.