javax.faces.view
Class Location

java.lang.Object
  extended by javax.faces.view.Location
All Implemented Interfaces:
Serializable

public class Location
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
Location(String path, int line, int column)
           
 
Method Summary
 int getColumn()
           
 int getLine()
           
 String getPath()
           
 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()

getLine

public int getLine()

getPath

public String getPath()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2011 The Apache Software Foundation. All Rights Reserved.