org.apache.cocoon.util.location
Interface Locatable

All Known Subinterfaces:
ContainerDefinition, ContainerWidget, DataWidget, ExecutionContext, LocatableException, MultiLocatable, NamedProcessingNode, ParameterizableProcessingNode, ProcessingNode, SelectableWidget, Widget, WidgetDefinition
All Known Implementing Classes:
AbstractContainerDefinition, AbstractContainerWidget, AbstractProcessingNode, AbstractWidget, AbstractWidgetDefinition, ActionSetNode, ActSetNode, ActTypeNode, AggregateField, CallFunctionNode, CallNode, ConcreteTreeProcessor, Field, GenerateNode, LocatedException, LocatedRuntimeException, MatchNode, MultiValueField, NamedContainerNode, Output, PipelineNode, PreparableMatchNode, ProcessingException, ReadNode, SelectNode, SerializeNode, SitemapParameters, SitemapParameters.LocatedHashMap, SwitchSelectNode, TransformNode

public interface Locatable

A interface that should be implemented by objects knowning their location (i.e. where they have been created from).

Since:
2.1.8
Version:
$Id: Locatable.java 233343 2005-08-18 18:06:44Z sylvain $

Method Summary
 Location getLocation()
          Get the location of this object
 

Method Detail

getLocation

public Location getLocation()
Get the location of this object

Returns:
the location


Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.