org.apache.tapestry5.ioc
Class BaseLocatable
java.lang.Object
org.apache.tapestry5.ioc.BaseLocatable
- All Implemented Interfaces:
- Locatable
- Direct Known Subclasses:
- AbstractBinding, BlockImpl, ComponentPageElementImpl, MutableEmbeddedComponentModelImpl, TemplateToken
public class BaseLocatable
- extends Object
- implements Locatable
Base implementation of Locatable
.
Method Summary |
Location |
getLocation()
Returns the location associated with this object for error reporting purposes. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BaseLocatable
protected BaseLocatable(Location location)
getLocation
public final Location getLocation()
- Description copied from interface:
Locatable
- Returns the location associated with this object for error reporting purposes.
- Specified by:
getLocation
in interface Locatable
Copyright © 2003-2012 The Apache Software Foundation.