Uses of Interface
org.apache.cocoon.sitemap.ExecutionContext

Packages that use ExecutionContext
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.profiler.debugging   
org.apache.cocoon.sitemap   
org.apache.cocoon.sitemap.impl   
 

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

Classes in org.apache.cocoon.components.treeprocessor that implement ExecutionContext
 class AbstractParentProcessingNode
           
 class AbstractProcessingNode
           
 class CategoryNode
          A generic container node that just invokes its children.
 class ConcreteTreeProcessor
          The concrete implementation of Processor, containing the evaluation tree and associated data such as component manager.
 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
          Base class for processing nodes that are based on a component in a Selector (act, match, select, etc).
 

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

Classes in org.apache.cocoon.components.treeprocessor.sitemap that implement ExecutionContext
 class ActionSetNode
           
 class ActSetNode
          Handles <map:act type="..."
 class ActTypeNode
          Handles <map:act type="..."
 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
           
 class VPCNode
          A VPC node that just invokes its children and store what parameters are sources.
 

Uses of ExecutionContext in org.apache.cocoon.profiler.debugging
 

Methods in org.apache.cocoon.profiler.debugging with parameters of type ExecutionContext
 Map SimpleSitemapExecutor.invokeAction(ExecutionContext context, Map objectModel, Action action, Redirector redirector, SourceResolver resolver, String resolvedSource, Parameters resolvedParams)
           
 Map SimpleSitemapExecutor.invokeMatcher(ExecutionContext context, Map objectModel, Matcher matcher, String pattern, Parameters resolvedParams)
           
 Map SimpleSitemapExecutor.invokePreparableMatcher(ExecutionContext context, Map objectModel, PreparableMatcher matcher, String pattern, Object preparedPattern, Parameters resolvedParams)
           
 boolean SimpleSitemapExecutor.invokeSelector(ExecutionContext context, Map objectModel, Selector selector, String expression, Parameters parameters)
           
 boolean SimpleSitemapExecutor.invokeSwitchSelector(ExecutionContext context, Map objectModel, SwitchSelector selector, String expression, Parameters parameters, Object selectorContext)
           
 void SimpleSitemapExecutor.popVariables(ExecutionContext context, Map objectModel)
           
 Map SimpleSitemapExecutor.pushVariables(ExecutionContext context, Map objectModel, String key, Map variables)
           
 void SimpleSitemapExecutor.enterSitemap(ExecutionContext context, Map objectModel, String source)
           
 SitemapExecutor.PipelineComponentDescription SimpleSitemapExecutor.addGenerator(ExecutionContext context, Map objectModel, SitemapExecutor.PipelineComponentDescription desc)
           
 SitemapExecutor.PipelineComponentDescription SimpleSitemapExecutor.addReader(ExecutionContext context, Map objectModel, SitemapExecutor.PipelineComponentDescription desc)
           
 SitemapExecutor.PipelineComponentDescription SimpleSitemapExecutor.addSerializer(ExecutionContext context, Map objectModel, SitemapExecutor.PipelineComponentDescription desc)
           
 SitemapExecutor.PipelineComponentDescription SimpleSitemapExecutor.addTransformer(ExecutionContext context, Map objectModel, SitemapExecutor.PipelineComponentDescription desc)
           
 void SimpleSitemapExecutor.leaveSitemap(ExecutionContext context, Map objectModel)
           
 String SimpleSitemapExecutor.redirectTo(ExecutionContext context, Map objectModel, String uri, boolean createSession, boolean global, boolean permanent)
           
 SitemapExecutor.PipelineComponentDescription SimpleSitemapExecutor.enteringPipeline(ExecutionContext context, Map objectModel, SitemapExecutor.PipelineComponentDescription desc)
           
 Map RemoteDebuggingSitemapExecutor.invokeAction(ExecutionContext context, Map objectModel, Action action, Redirector redirector, SourceResolver resolver, String resolvedSource, Parameters resolvedParams)
           
 Map RemoteDebuggingSitemapExecutor.invokeMatcher(ExecutionContext context, Map objectModel, Matcher matcher, String pattern, Parameters resolvedParams)
           
 Map RemoteDebuggingSitemapExecutor.invokePreparableMatcher(ExecutionContext context, Map objectModel, PreparableMatcher matcher, String pattern, Object preparedPattern, Parameters resolvedParams)
           
 boolean RemoteDebuggingSitemapExecutor.invokeSelector(ExecutionContext context, Map objectModel, Selector selector, String expression, Parameters parameters)
           
 boolean RemoteDebuggingSitemapExecutor.invokeSwitchSelector(ExecutionContext context, Map objectModel, SwitchSelector selector, String expression, Parameters parameters, Object selectorContext)
           
 void RemoteDebuggingSitemapExecutor.popVariables(ExecutionContext context, Map objectModel)
           
 Map RemoteDebuggingSitemapExecutor.pushVariables(ExecutionContext context, Map objectModel, String key, Map variables)
           
 void RemoteDebuggingSitemapExecutor.enterSitemap(ExecutionContext context, Map objectModel, String source)
           
 void RemoteDebuggingSitemapExecutor.leaveSitemap(ExecutionContext context, Map objectModel)
           
 SitemapExecutor.PipelineComponentDescription RemoteDebuggingSitemapExecutor.addGenerator(ExecutionContext context, Map objectModel, SitemapExecutor.PipelineComponentDescription desc)
           
 SitemapExecutor.PipelineComponentDescription RemoteDebuggingSitemapExecutor.addReader(ExecutionContext context, Map objectModel, SitemapExecutor.PipelineComponentDescription desc)
           
 SitemapExecutor.PipelineComponentDescription RemoteDebuggingSitemapExecutor.addSerializer(ExecutionContext context, Map objectModel, SitemapExecutor.PipelineComponentDescription desc)
           
 SitemapExecutor.PipelineComponentDescription RemoteDebuggingSitemapExecutor.addTransformer(ExecutionContext context, Map objectModel, SitemapExecutor.PipelineComponentDescription desc)
           
 String RemoteDebuggingSitemapExecutor.redirectTo(ExecutionContext context, Map objectModel, String uri, boolean createSession, boolean global, boolean permanent)
           
 SitemapExecutor.PipelineComponentDescription RemoteDebuggingSitemapExecutor.enteringPipeline(ExecutionContext context, Map objectModel, SitemapExecutor.PipelineComponentDescription desc)
           
protected  void RemoteDebuggingSitemapExecutor.notifyPipelineProcessed(ExecutionContext context, Map objectModel)
           
 

Uses of ExecutionContext in org.apache.cocoon.sitemap
 

Methods in org.apache.cocoon.sitemap with parameters of type ExecutionContext
 Map SitemapExecutor.invokeAction(ExecutionContext context, Map objectModel, Action action, Redirector redirector, SourceResolver resolver, String source, Parameters parameters)
          Invoke an action and return the result.
 Map SitemapExecutor.invokeMatcher(ExecutionContext context, Map objectModel, Matcher matcher, String pattern, Parameters parameters)
          Invoke a match and return the result
 Map SitemapExecutor.invokePreparableMatcher(ExecutionContext context, Map objectModel, PreparableMatcher matcher, String pattern, Object preparedPattern, Parameters parameters)
          Invoke a match and return the result
 boolean SitemapExecutor.invokeSelector(ExecutionContext context, Map objectModel, Selector selector, String expression, Parameters parameters)
          Invoke a selector
 boolean SitemapExecutor.invokeSwitchSelector(ExecutionContext context, Map objectModel, SwitchSelector selector, String expression, Parameters parameters, Object selectorContext)
          Invoke a switch selector
 Map SitemapExecutor.pushVariables(ExecutionContext context, Map objectModel, String key, Map variables)
          Push map of information on the context stack.
 void SitemapExecutor.popVariables(ExecutionContext context, Map objectModel)
          Pop a map of information from the context stack.
 void SitemapExecutor.enterSitemap(ExecutionContext context, Map objectModel, String source)
          Enter a new sitemap
 void SitemapExecutor.leaveSitemap(ExecutionContext context, Map objectModel)
          Leaves a sitemap.
 SitemapExecutor.PipelineComponentDescription SitemapExecutor.addGenerator(ExecutionContext context, Map objectModel, SitemapExecutor.PipelineComponentDescription desc)
          Add a generator
 SitemapExecutor.PipelineComponentDescription SitemapExecutor.addTransformer(ExecutionContext context, Map objectModel, SitemapExecutor.PipelineComponentDescription desc)
          Add a transformer
 SitemapExecutor.PipelineComponentDescription SitemapExecutor.addSerializer(ExecutionContext context, Map objectModel, SitemapExecutor.PipelineComponentDescription desc)
          Add a serializer
 SitemapExecutor.PipelineComponentDescription SitemapExecutor.addReader(ExecutionContext context, Map objectModel, SitemapExecutor.PipelineComponentDescription desc)
          Add a reader
 SitemapExecutor.PipelineComponentDescription SitemapExecutor.enteringPipeline(ExecutionContext context, Map objectModel, SitemapExecutor.PipelineComponentDescription desc)
          This informs the executor about a new pipeline section.
 String SitemapExecutor.redirectTo(ExecutionContext context, Map objectModel, String uri, boolean createSession, boolean global, boolean permanent)
          Informs about a redirect.
 

Uses of ExecutionContext in org.apache.cocoon.sitemap.impl
 

Methods in org.apache.cocoon.sitemap.impl with parameters of type ExecutionContext
 Map DefaultExecutor.invokeAction(ExecutionContext context, Map objectModel, Action action, Redirector redirector, SourceResolver resolver, String resolvedSource, Parameters resolvedParams)
           
 Map DefaultExecutor.invokeMatcher(ExecutionContext context, Map objectModel, Matcher matcher, String pattern, Parameters resolvedParams)
           
 Map DefaultExecutor.invokePreparableMatcher(ExecutionContext context, Map objectModel, PreparableMatcher matcher, String pattern, Object preparedPattern, Parameters resolvedParams)
           
 boolean DefaultExecutor.invokeSelector(ExecutionContext context, Map objectModel, Selector selector, String expression, Parameters parameters)
           
 boolean DefaultExecutor.invokeSwitchSelector(ExecutionContext context, Map objectModel, SwitchSelector selector, String expression, Parameters parameters, Object selectorContext)
           
 void DefaultExecutor.popVariables(ExecutionContext context, Map objectModel)
           
 Map DefaultExecutor.pushVariables(ExecutionContext context, Map objectModel, String key, Map variables)
           
 void DefaultExecutor.enterSitemap(ExecutionContext context, Map objectModel, String source)
           
 SitemapExecutor.PipelineComponentDescription DefaultExecutor.addGenerator(ExecutionContext context, Map objectModel, SitemapExecutor.PipelineComponentDescription desc)
           
 SitemapExecutor.PipelineComponentDescription DefaultExecutor.addReader(ExecutionContext context, Map objectModel, SitemapExecutor.PipelineComponentDescription desc)
           
 SitemapExecutor.PipelineComponentDescription DefaultExecutor.addSerializer(ExecutionContext context, Map objectModel, SitemapExecutor.PipelineComponentDescription desc)
           
 SitemapExecutor.PipelineComponentDescription DefaultExecutor.addTransformer(ExecutionContext context, Map objectModel, SitemapExecutor.PipelineComponentDescription desc)
           
 void DefaultExecutor.leaveSitemap(ExecutionContext context, Map objectModel)
           
 String DefaultExecutor.redirectTo(ExecutionContext context, Map objectModel, String uri, boolean createSession, boolean global, boolean permanent)
           
 SitemapExecutor.PipelineComponentDescription DefaultExecutor.enteringPipeline(ExecutionContext context, Map objectModel, SitemapExecutor.PipelineComponentDescription desc)
           
 



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