org.apache.tapestry.spec
Class BaseLocatable

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

Constructor Summary
BaseLocatable()
           
 
Method Summary
 ILocation getLocation()
          Returns the location from which this object orginates, or null if not known.
 void setLocation(ILocation location)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseLocatable

public BaseLocatable()
Method Detail

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