org.apache.tapestry5.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, FormSupportImpl, InheritedBinding, InternalComponentResourcesImpl, LiteralBinding, MutableEmbeddedComponentModelImpl, ParameterToken, PropBinding, RenderQueueException, RenderVariableBinding, StartComponentToken, StartElementToken, TapestryException, TemplateToken, TextToken, TransformationException, VariantBinding

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-2009 Apache Software Foundation. All Rights Reserved.