org.apache.tapestry5.ioc
Interface Locatable

All Known Implementing Classes:
BaseLocatable, OperationException, TapestryException, UnknownValueException

public interface Locatable

Interface implemented by objects which carry a location tag. Defines a readable property, location.


Method Summary
 Location getLocation()
          Returns the location associated with this object for error reporting purposes.
 

Method Detail

getLocation

Location getLocation()
Returns the location associated with this object for error reporting purposes.



Copyright © 2006-2010 Apache Software Foundation. All Rights Reserved.