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

Packages that use Locatable
org.apache.cocoon   
org.apache.cocoon.components.flow   
org.apache.cocoon.components.treeprocessor Evaluation tree based implementation of the Processor interface 
org.apache.cocoon.components.treeprocessor.sitemap Implemention of the Sitemap language 
org.apache.cocoon.sitemap   
org.apache.cocoon.util.location Classes and utilities used to track location information. 
 

Uses of Locatable in org.apache.cocoon
 

Classes in org.apache.cocoon that implement Locatable
 class ConnectionResetException
          This Exception is thrown every time a component detects an exception due to a connection reset by peer.
 class ProcessingException
          This Exception is thrown every time there is a problem in processing a request.
 class ResourceNotFoundException
          This Exception is thrown every time there is a problem in finding a resource.
 

Uses of Locatable in org.apache.cocoon.components.flow
 

Classes in org.apache.cocoon.components.flow that implement Locatable
 class InvalidContinuationException
          This Exception is thrown whenever an invalid continuation is given.
 

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

Subinterfaces of Locatable in org.apache.cocoon.components.treeprocessor
 interface NamedProcessingNode
          A ProcessingNode that has a name.
 interface ParameterizableProcessingNode
          A ProcessingNode that has parameters.
 interface ProcessingNode
           
 

Classes in org.apache.cocoon.components.treeprocessor that implement Locatable
 class AbstractParentProcessingNode
           
 class AbstractProcessingNode
           
 class CategoryNode
          A generic container node that just invokes its children.
 class ContainerNode
          A generic container node that just invokes its children.
 class NamedContainerNode
          A named container node that just invokes its children.
 class NullNode
          A no-op node to stub not yet implemented features.
 class PipelineEventComponentProcessingNode
           
 class SimpleParentProcessingNode
           
 class SimpleSelectorProcessingNode
           
 

Uses of Locatable in org.apache.cocoon.components.treeprocessor.sitemap
 

Classes in org.apache.cocoon.components.treeprocessor.sitemap that implement Locatable
 class ActionSetNode
           
 class ActSetNode
          Handles <map:act type="..."> (action-sets calls are handled by ActSetNode).
 class ActTypeNode
          Handles <map:act type="..."> (action-sets calls are handled by ActSetNode).
 class AggregateNode
          Aggregate sitemap node.
 class CallFunctionNode
          Node handler for calling functions and resuming continuations in the control flow layer.
 class CallNode
           
 class FlowNode
          Handler for <map:flow> element in the sitemap.
 class GenerateNode
           
 class HandleErrorsNode
          Handles <map:handle-errors>
 class MatchNode
           
 class MountNode
           
 class PipelineNode
          Handles <map:pipeline>
 class PipelinesNode
          Handles <map:pipelines>
 class PreparableMatchNode
           
 class ReadNode
           
 class RedirectToURINode
           
 class ScriptNode
          Handler for <map:script> elements in the sitemap.
 class SelectNode
           
 class SerializeNode
           
 class SwitchSelectNode
           
 class TransformNode
           
 

Uses of Locatable in org.apache.cocoon.sitemap
 

Classes in org.apache.cocoon.sitemap that implement Locatable
 class SitemapParameters
          Extension to the Avalon Parameters to give location information
static class SitemapParameters.LocatedHashMap
          For internal use only.
 

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

Subinterfaces of Locatable in org.apache.cocoon.util.location
 interface LocatableException
          Extension of Locatable for exceptions.
 interface MultiLocatable
          An extension of Location for classes that can hold a list of locations.
 

Classes in org.apache.cocoon.util.location that implement Locatable
 class LocatedException
          A cascading and located Exception.
 class LocatedRuntimeException
          A cascading and located RuntimeException.
 



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