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, AbstractPostfield, AbstractTableRowComponent, AbstractTableViewComponent, AbstractTextField, ActionLink, Any, ApplicationSpecification, AssetSpecification, BaseComponent, BaseLocatable, BasePage, BeanSpecification, BindingSpecification, Block, Body, Button, Card, Checkbox, Choose, ComponentSpecification, Conditional, ContainedComponent, DateField, DatePicker, Deck, Delegator, DirectLink, Do, Exception, ExceptionDisplay, ExpressionBeanInitializer, ExtensionSpecification, ExternalLink, FieldBeanInitializer, FieldLabel, Foreach, Form, FormConditional, FormTable, Frame, GenericLink, Go, Hidden, Image, Image, ImageSubmit, InheritInformalAny, Input, Insert, InsertText, Inspector, InspectorButton, LibrarySpecification, LinkSubmit, ListEdit, ListenerBindingSpecification, LocatablePropertyHolder, MaskEdit, MessageBeanInitializer, MultiplePropertySelection, NumericField, OnEvent, Option, Option, PageLink, Palette, ParameterSpecification, PopupLink, Postfield, PropertySelection, PropertySelection, PropertySpecification, Radio, RadioGroup, RenderBlock, RenderBody, Rollover, Script, Select, Select, SelectionField, Selector, ServiceLink, Setvar, Shell, ShowEngine, ShowProperties, ShowSpecification, ShowTemplate, SimpleTableColumnComponent, SimpleTableColumnFormComponent, StaleLink, StaticBeanInitializer, Submit, Table, TableColumns, TableFormPages, TableFormRows, TablePages, TableRows, TableValues, TableView, TextArea, TextField, Timer, Tree, TreeDataView, TreeNodeView, TreeTable, TreeTableDataView, TreeTableNodeViewDelegator, TreeView, Upload, ValidatingTextField, ValidField, ViewTabs, When, WMLException, WMLStaleLink

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 243791 2004-02-19 17:38:13Z hlship $
Author:
Howard Lewis Ship

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

Method Detail

setLocation

void setLocation(ILocation location)