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

Packages that use SwitchSelector
org.apache.cocoon.ajax   
org.apache.cocoon.components.treeprocessor.sitemap Implemention of the Sitemap language  
org.apache.cocoon.mail   
org.apache.cocoon.selection   
 

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.components.treeprocessor.sitemap
 

Fields in org.apache.cocoon.components.treeprocessor.sitemap declared as SwitchSelector
protected  SwitchSelector SwitchSelectNode.threadSafeSelector
          Pre-selected selector, if it's ThreadSafe
 

Uses of SwitchSelector in org.apache.cocoon.mail
 

Classes in org.apache.cocoon.mail that implement SwitchSelector
 class MailCommandSelector
          Deprecated. use RequestAttributeSelector, RequestParameterSelector, or ParameterSelector instead.
 

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 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 RequestSelector
          Deprecated. Renamed to RequestParameterSelector
 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.
 



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