org.apache.tapestry5.ioc
Interface Locatable

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

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 © 2003-2012 The Apache Software Foundation.