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
Base implementation of
Locatable
.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal Location
Returns the location associated with this object for error reporting purposes.
-
Constructor Details
-
BaseLocatable
-
-
Method Details
-
getLocation
Description copied from interface:Locatable
Returns the location associated with this object for error reporting purposes.- Specified by:
getLocation
in interfaceLocatable
-