Uses of Interface
org.apache.cocoon.selection.SwitchSelector

Packages that use SwitchSelector
org.apache.cocoon.ajax   
org.apache.cocoon.profiler.debugging   
org.apache.cocoon.selection   
org.apache.cocoon.sitemap   
org.apache.cocoon.sitemap.impl   
 

Uses of SwitchSelector in org.apache.cocoon.ajax
 

Classes in org.apache.cocoon.ajax that implement SwitchSelector
 class AjaxRequestSelector
          Choose a select branch depending on if the current request is an Ajax request.
 

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

Methods in org.apache.cocoon.profiler.debugging with parameters of type SwitchSelector
 boolean SimpleSitemapExecutor.invokeSwitchSelector(ExecutionContext context, Map objectModel, SwitchSelector selector, String expression, Parameters parameters, Object selectorContext)
           
 boolean RemoteDebuggingSitemapExecutor.invokeSwitchSelector(ExecutionContext context, Map objectModel, SwitchSelector selector, String expression, Parameters parameters, Object selectorContext)
           
 

Uses of SwitchSelector in org.apache.cocoon.selection
 

Classes in org.apache.cocoon.selection that implement SwitchSelector
 class AbstractRegexpSelector
          The AbstractRegexpSelector abstract class defines a simple selector operating over configured regular-expression patterns.
 class AbstractSwitchSelector
          Abstract SwitchSelector class.
 class DateSelector
          A Selector depending on current date, and time.
 class ExceptionSelector
          In a <map:handle-errors>, selects depending on the exception that caused the error.
 class RegexpHeaderSelector
          The RegexpHeaderSelector class defines a selector matching specific headers to configured regular-expression patterns.
 class RegexpRequestParameterSelector
          The RegexpRequestParameterSelector class defines a selector matching specific request parameters to configured regular-expression patterns.
 class RequestParameterSelector
          A Selector that matches a string against a configurable request parameter's value.
 class SimpleSelector
          A very simple selector that operates on string literals, useful especially in conjunction with input modules.
 class XPathExceptionSelector
          Additional to the inherited functionality from its superclass ExceptionSelector, this selector allows to define xpath expressions to evaluate supplemental information given in the thrown exception.
 

Uses of SwitchSelector in org.apache.cocoon.sitemap
 

Methods in org.apache.cocoon.sitemap with parameters of type SwitchSelector
 boolean SitemapExecutor.invokeSwitchSelector(ExecutionContext context, Map objectModel, SwitchSelector selector, String expression, Parameters parameters, Object selectorContext)
          Invoke a switch selector
 

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

Methods in org.apache.cocoon.sitemap.impl with parameters of type SwitchSelector
 boolean DefaultExecutor.invokeSwitchSelector(ExecutionContext context, Map objectModel, SwitchSelector selector, String expression, Parameters parameters, Object selectorContext)
           
 



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