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.binding.library   
org.apache.cocoon.forms.datatype   
org.apache.cocoon.forms.formmodel   
org.apache.cocoon.forms.formmodel.library   
org.apache.cocoon.forms.util   
org.apache.cocoon.generation   
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 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 ProcessingNode.getLocation()
          Get the location of this node.
 Location AbstractProcessingNode.getLocation()
          Get the location of this node.
 

Methods in org.apache.cocoon.components.treeprocessor with parameters of type Location
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().
 void AbstractProcessingNode.setLocation(Location location)
          Set the location of this node.
 

Uses of Location in org.apache.cocoon.forms
 

Constructors in org.apache.cocoon.forms with parameters of type Location
FormsException(String message, Location location)
           
FormsException(String message, Throwable cause, Location 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.binding.library
 

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

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

Methods in org.apache.cocoon.forms.datatype that return Location
 Location JavaScriptSelectionList.getLocation()
           
 

Constructors in org.apache.cocoon.forms.datatype with parameters of type Location
JavaScriptSelectionList(Context context, Datatype type, org.mozilla.javascript.Function function, String catalogue, 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)
           
 

Constructors in org.apache.cocoon.forms.formmodel with parameters of type Location
DuplicateIdException(String message, Location location)
           
 

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

Constructors in org.apache.cocoon.forms.formmodel.library with parameters of type Location
LibraryException(String message, Location location)
           
LibraryException(String message, Throwable cause, 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.generation
 

Methods in org.apache.cocoon.generation with parameters of type Location
 void JXTemplateGenerator.LocationFacade.setDocumentLocation(Location newLocation)
           
 

Constructors in org.apache.cocoon.generation with parameters of type Location
JXTemplateGenerator.LocationFacade(Location initialLocation)
           
 

Uses of Location in org.apache.cocoon.sitemap
 

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

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

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
 Location LocatedRuntimeException.getLocation()
           
 Location Locatable.getLocation()
          Get the location of this object
 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)
          Same as getLocation(elem, null).
static Location LocationAttributes.getLocation(Element elem, String description)
          Returns the Location of an element (DOM flavor).
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
 

Methods in org.apache.cocoon.util.location with parameters of type Location
 void LocatedRuntimeException.addLocation(Location loc)
           
 void MultiLocatable.addLocation(Location location)
          Add a location to the current list of locations.
 void LocatedException.addLocation(Location loc)
           
static LocationImpl LocationImpl.get(Location location)
          Obtain a LocationImpl from a Location.
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.
static String LocationUtils.toString(Location location)
          Builds a string representation of a location, in the "descripton - uri:line:column" format (e.g.
 

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



Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.