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, ITreeModelSource
All Known Implementing Classes:
AbstractAsset, AbstractBeanInitializer, AbstractBinding, AbstractComponent, AbstractFormComponent, AbstractLinkComponent, AbstractPage, org.apache.tapestry.script.AbstractToken, ActionLink, ApplicationRuntimeException, ApplicationSpecification, AssetSpecification, BaseLocatable, BeanSpecification, BindingSpecification, ComponentSpecification, ContainedComponent, ContextAsset, DirectLink, ExtensionSpecification, Form, FormTable, InspectorButton, InvalidStringException, LibrarySpecification, ListenerBindingSpecification, LocatablePropertyHolder, Namespace, Palette, ParameterSpecification, PropertySpecification, ShowTemplate, SimpleTableColumnComponent, SimpleTableColumnFormComponent, Table, TableView, TemplateParseException, TemplateToken, TreeTableNodeViewDelegator, TreeView, ValidField

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.4 2004/01/19 21:32:10 hlship 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.