javax.faces.view
Class Location

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

public class Location
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
Location(java.lang.String path, int line, int column)
           
 
Method Summary
 int getColumn()
           
 int getLine()
           
 java.lang.String getPath()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Location

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

getColumn

public int getColumn()

getLine

public int getLine()

getPath

public java.lang.String getPath()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


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