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

Packages that use ExecutionContext
org.apache.cocoon.sitemap   
 

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, org.apache.cocoon.environment.Redirector redirector, org.apache.cocoon.environment.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.
 



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