Uses of Interface
org.apache.cocoon.util.location.Location

Packages that use Location
org.apache.cocoon   
org.apache.cocoon.components.pipeline   
org.apache.cocoon.components.treeprocessor Evaluation tree based implementation of the Processor interface  
org.apache.cocoon.forms   
org.apache.cocoon.forms.binding   
org.apache.cocoon.forms.formmodel   
org.apache.cocoon.forms.util   
org.apache.cocoon.sitemap   
org.apache.cocoon.util.location Classes and utilities used to track location information. 
 

Uses of Location in org.apache.cocoon
 

Methods in org.apache.cocoon with parameters of type Location
static ProcessingException ProcessingException.throwLocated(String message, Throwable thr, Location location)
          Throw a located exception given an existing exception and the location where this exception was catched.
 

Constructors in org.apache.cocoon with parameters of type Location
ProcessingException(String message, Location location)
          Construct a new ProcessingException that has an associated location.
ProcessingException(String message, Throwable t, Location location)
          Construct a new ProcessingException that has a parent exception and an associated location.
ResourceNotFoundException(String message, Location location)
           
ResourceNotFoundException(String message, Throwable t, Location loc)
           
 

Uses of Location in org.apache.cocoon.components.pipeline
 

Methods in org.apache.cocoon.components.pipeline that return Location
protected  Location VirtualProcessingPipeline.getLocation(Parameters param)
           
protected  Location AbstractProcessingPipeline.getLocation(Parameters param)
           
 

Uses of Location in org.apache.cocoon.components.treeprocessor
 

Fields in org.apache.cocoon.components.treeprocessor declared as Location
protected  Location AbstractProcessingNode.location
           
 

Methods in org.apache.cocoon.components.treeprocessor that return Location
 Location AbstractProcessingNode.getLocation()
          Get the location of this node.
 Location ProcessingNode.getLocation()
          Get the location of this node.
 Location ConcreteTreeProcessor.getLocation()
           
 

Methods in org.apache.cocoon.components.treeprocessor with parameters of type Location
 void AbstractProcessingNode.setLocation(Location location)
          Set the location of this node.
protected  Map DefaultTreeBuilder.getParameters(Configuration config, Location location)
          Get <xxx:parameter> elements as a Map of ListOfMapResolvers, that can be turned into parameters using ListOfMapResolver.buildParameters().
 

Uses of Location in org.apache.cocoon.forms
 

Constructors in org.apache.cocoon.forms with parameters of type Location
FormsRuntimeException(String message, Location location)
           
FormsRuntimeException(String message, Throwable cause, Location location)
           
 

Uses of Location in org.apache.cocoon.forms.binding
 

Constructors in org.apache.cocoon.forms.binding with parameters of type Location
BindingException(String message, Location location)
           
BindingException(String message, Throwable cause, Location location)
           
 

Uses of Location in org.apache.cocoon.forms.formmodel
 

Methods in org.apache.cocoon.forms.formmodel that return Location
 Location WidgetDefinition.getLocation()
          Gets source location of this widget definition.
 Location Widget.getLocation()
           
 Location AbstractWidgetDefinition.getLocation()
           
 Location AbstractWidget.getLocation()
           
 

Methods in org.apache.cocoon.forms.formmodel with parameters of type Location
 void AbstractWidgetDefinition.setLocation(Location location)
           
 

Uses of Location in org.apache.cocoon.forms.util
 

Methods in org.apache.cocoon.forms.util that return Location
static Location DomHelper.getLocationObject(Element element)
           
 

Uses of Location in org.apache.cocoon.sitemap
 

Methods in org.apache.cocoon.sitemap that return Location
 Location SitemapParameters.getLocation()
           
static Location SitemapParameters.getLocation(Parameters param)
          Get the location of a Parameters object, returning UNKNOWN if no location could be found.
 Location SitemapParameters.LocatedHashMap.getLocation()
           
 Location ExecutionContext.getLocation()
          Return the location of the statement in the sitemap.
 

Constructors in org.apache.cocoon.sitemap with parameters of type Location
SitemapParameters(Location location)
           
SitemapParameters.LocatedHashMap(Location loc)
           
SitemapParameters.LocatedHashMap(Location loc, int size)
           
 

Uses of Location in org.apache.cocoon.util.location
 

Classes in org.apache.cocoon.util.location that implement Location
 class LocationImpl
          A simple immutable and serializable implementation of Location.
 

Fields in org.apache.cocoon.util.location declared as Location
static Location Location.UNKNOWN
          Constant for unknown locations.
 

Methods in org.apache.cocoon.util.location that return Location
static Location LocationUtils.getLocation(Object obj)
          Get the location of an object.
static Location LocationUtils.getLocation(Object obj, String description)
          Get the location of an object.
 Location LocationUtils.LocationFinder.getLocation(Object obj, String description)
          Get the location of an object
 Location Locatable.getLocation()
          Get the location of this object
 Location LocatedRuntimeException.getLocation()
           
 Location LocatedException.getLocation()
           
static Location LocationAttributes.getLocation(Attributes attrs, String description)
          Returns the Location of an element (SAX flavor).
static Location LocationAttributes.getLocation(Element elem, String description)
          Returns the Location of an element (DOM flavor).
static Location LocationAttributes.getLocation(Element elem)
          Same as getLocation(elem, null).
 

Methods in org.apache.cocoon.util.location with parameters of type Location
static String LocationUtils.toString(Location location)
          Builds a string representation of a location, in the "descripton - uri:line:column" format (e.g.
static boolean LocationUtils.isKnown(Location location)
          Checks if a location is known, i.e. it is not null nor equal to UNKNOWN.
static boolean LocationUtils.isUnknown(Location location)
          Checks if a location is unknown, i.e. it is either null or equal to UNKNOWN.
 void LocatedRuntimeException.addLocation(Location loc)
           
 void LocatedException.addLocation(Location loc)
           
static LocationImpl LocationImpl.get(Location location)
          Obtain a LocationImpl from a Location.
 void MultiLocatable.addLocation(Location location)
          Add a location to the current list of locations.
 

Constructors in org.apache.cocoon.util.location with parameters of type Location
LocatedRuntimeException(String message, Location location)
           
LocatedRuntimeException(String message, Throwable cause, Location location)
           
LocatedRuntimeException(String message, Throwable cause, Location location, boolean rethrowLocated)
           
LocatedException(String message, Location location)
           
LocatedException(String message, Throwable cause, Location location)
           
LocationImpl(Location location)
          Copy constructor.
LocationImpl(String description, Location location)
          Create a location from an existing one, but with a different description
 



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