org.apache.tapestry5.ioc
Class BaseLocatable

java.lang.Object
  extended by 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.


Constructor Summary
protected BaseLocatable(Location location)
           
 
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
 

Constructor Detail

BaseLocatable

protected BaseLocatable(Location location)
Method Detail

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.