com.opensymphony.xwork.util.location
Interface Locatable

All Known Implementing Classes:
Located, XworkException

public interface Locatable

A interface that should be implemented by objects knowning their location (i.e. where they have been created from).


Method Summary
 Location getLocation()
          Get the location of this object
 

Method Detail

getLocation

public Location getLocation()
Get the location of this object

Returns:
the location

XWork Project Page