org.apache.tapestry.ioc
Interface Locatable

All Known Subinterfaces:
ComponentPageElement, ComponentResources, ComponentResourcesCommon, EmbeddedComponentModel, InternalComponentResources, MutableEmbeddedComponentModel
All Known Implementing Classes:
AbstractBinding, AssetBindingFactory.AssetBinding, AttributeExpansionBinding, AttributeToken, BaseLocatable, BlockBinding, BlockImpl, BlockNotFoundException, BlockToken, BodyToken, CDATAToken, CommentToken, ComponentBinding, ComponentEventException, ComponentPageElementImpl, DefineNamespacePrefixToken, DTDToken, EndElementToken, ExpansionToken, InheritedBinding, InternalComponentResourcesImpl, LiteralBinding, MutableEmbeddedComponentModelImpl, ParameterToken, PropBinding, RenderQueueException, RenderVariableBinding, StartComponentToken, StartElementToken, TapestryException, TemplateToken, TextToken, TransformationException

public interface Locatable

Interface implemented by objects which carry a location tag. Defines a readable property, location.


Method Summary
 Location getLocation()
          Returns the location associated with this object for error reporting purposes.
 

Method Detail

getLocation

Location getLocation()
Returns the location associated with this object for error reporting purposes.



Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.