org.apache.tapestry.spec
Class BaseLocatable
java.lang.Object
org.apache.tapestry.spec.BaseLocatable
- All Implemented Interfaces:
- ILocatable, ILocationHolder
- Direct Known Subclasses:
- AbstractBeanInitializer, AbstractComponent, BindingSpecification, ParameterSpecification, PropertySpecification
public class BaseLocatable
- extends Object
- implements ILocationHolder
Base class for classes which implement
ILocationHolder
.
- Since:
- 3.0
- Version:
- $Id: BaseLocatable.java 243791 2004-02-19 17:38:13Z hlship $
- Author:
- Howard Lewis Ship
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BaseLocatable
public BaseLocatable()
setLocation
public void setLocation(ILocation location)
- Specified by:
setLocation
in interface ILocationHolder
getLocation
public ILocation getLocation()
- Description copied from interface:
ILocatable
- Returns the
location
from which
this object orginates, or null if not known.
- Specified by:
getLocation
in interface ILocatable