org.apache.tapestry
Interface ILocatable

All Known Subinterfaces:
IAction, IApplicationSpecification, IAsset, IAssetSpecification, IBeanInitializer, IBeanSpecification, IBinding, IBindingSpecification, IComponent, IComponentSpecification, IContainedComponent, IDirect, IExtensionSpecification, IExternalPage, IForm, IFormComponent, ILibrarySpecification, ILinkComponent, IListenerBindingSpecification, ILocationHolder, INamespace, IPage, IParameterSpecification, IPropertySpecification, IScriptToken, ITableModelSource, ITableRendererListener
All Known Implementing Classes:
ApplicationRuntimeException, TemplateParseException, TemplateToken, InvalidStringException

public interface ILocatable

Interface for classes that may be linked to a specific location. This is primarily used when reporting errors.

Since:
3.0
Version:
$Id: ILocatable.java,v 1.3 2003/04/21 13:15:29 glongman Exp $
Author:
Howard Lewis Ship

Method Summary
 ILocation getLocation()
          Returns the location from which this object orginates, or null if not known.
 

Method Detail

getLocation

public ILocation getLocation()
Returns the location from which this object orginates, or null if not known.