Package 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 ofLocatable. 
- 
- 
Constructor Summary
Constructors Modifier Constructor Description protectedBaseLocatable(Location location) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LocationgetLocation()Returns the location associated with this object for error reporting purposes. 
 - 
 
- 
- 
Constructor Detail
- 
BaseLocatable
protected BaseLocatable(Location location)
 
 - 
 
- 
Method Detail
- 
getLocation
public final Location getLocation()
Description copied from interface:LocatableReturns the location associated with this object for error reporting purposes.- Specified by:
 getLocationin interfaceLocatable
 
 - 
 
 -