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
All Known Implementing Classes:
BaseLocatable, LocatablePropertyHolder

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.3 2003/04/21 13:15:29 glongman 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)