org.apache.tapestry
Interface ILocationHolder

All Superinterfaces:
ILocatable
All Known Subinterfaces:
IAction, IApplicationSpecification, IAssetSpecification, IBeanInitializer, IBeanSpecification, IBindingSpecification, IComponent, IComponentSpecification, IContainedComponent, IDirect, IExtensionSpecification, IExternalPage, IForm, IFormComponent, ILibrarySpecification, ILinkComponent, IListenerBindingSpecification, IPage, IParameterSpecification, IPropertySpecification, ITableModelSource, ITableRendererListener, ITreeModelSource
All Known Implementing Classes:
AbstractBeanInitializer, AbstractComponent, AbstractFormComponent, AbstractLinkComponent, AbstractPage, ActionLink, ApplicationSpecification, AssetSpecification, BaseLocatable, BeanSpecification, BindingSpecification, ComponentSpecification, ContainedComponent, DirectLink, ExtensionSpecification, Form, FormTable, InspectorButton, LibrarySpecification, ListenerBindingSpecification, LocatablePropertyHolder, Palette, ParameterSpecification, PropertySpecification, ShowTemplate, SimpleTableColumnComponent, SimpleTableColumnFormComponent, Table, TableView, TreeTableNodeViewDelegator, TreeView, ValidField

public interface ILocationHolder
extends ILocatable

Interface for objects that are read from resource files, used to backtrace live objects to the resources they came from.

Since:
3.0
Version:
$Id: ILocationHolder.java,v 1.4 2004/01/19 21:32:10 hlship Exp $
Author:
Howard Lewis Ship

Method Summary
 void setLocation(ILocation location)
           
 
Methods inherited from interface org.apache.tapestry.ILocatable
getLocation
 

Method Detail

setLocation

public void setLocation(ILocation location)