org.apache.cocoon.util.location
Interface Locatable

All Known Subinterfaces:
LocatableException, MultiLocatable, NamedProcessingNode, ParameterizableProcessingNode, ProcessingNode
All Known Implementing Classes:
AbstractParentProcessingNode, AbstractProcessingNode, ActionSetNode, ActSetNode, ActTypeNode, AggregateNode, CallFunctionNode, CallNode, CategoryNode, ConnectionResetException, ContainerNode, FlowNode, GenerateNode, HandleErrorsNode, InvalidContinuationException, LocatedException, LocatedRuntimeException, MatchNode, MountNode, NamedContainerNode, NullNode, PipelineEventComponentProcessingNode, PipelineNode, PipelinesNode, PreparableMatchNode, ProcessingException, ReadNode, RedirectToURINode, ResourceNotFoundException, ScriptNode, SelectNode, SerializeNode, SimpleParentProcessingNode, SimpleSelectorProcessingNode, 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 446917 2006-09-16 19:10:40Z vgritsenko $

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

Method Detail

getLocation

Location getLocation()
Get the location of this object

Returns:
the location


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