Uses of Class
org.apache.cocoon.selection.AbstractSwitchSelector

Packages that use AbstractSwitchSelector
org.apache.cocoon.ajax   
org.apache.cocoon.selection   
 

Uses of AbstractSwitchSelector in org.apache.cocoon.ajax
 

Subclasses of AbstractSwitchSelector in org.apache.cocoon.ajax
 class AjaxRequestSelector
          Choose a select branch depending on if the current request is an Ajax request.
 

Uses of AbstractSwitchSelector in org.apache.cocoon.selection
 

Subclasses of AbstractSwitchSelector in org.apache.cocoon.selection
 class AbstractRegexpSelector
          The AbstractRegexpSelector abstract class defines a simple selector operating over configured regular-expression patterns.
 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.
 



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