Package org.apache.cocoon.selection

Class Summary
BrowserSelector Tests a specific browser pattern against the requesting user-agent.
CookieSelector A Selector that matches a string against a configurable cookie's value.
ExceptionSelector In a <map:handle-errors>, selects depending on the exception that caused the error.
HeaderSelector A Selector that matches a string against a configurable request header, e.g.
HostSelector A Selector that matches a string from within the host parameter of the HTTP request.
ParameterSelector A Selector that matches a string in the parameters object passed to it.
RegexpHeaderSelector The RegexpHeaderSelector class defines a selector matching specific headers to configured regular-expression patterns.
RegexpRequestParameterSelector The RegexpRequestParameterSelector class defines a selector matching specific request parameters to configured regular-expression patterns.
RequestAttributeSelector A Selector that matches a string against a configurable request attribute's string represenation.
RequestMethodSelector A Selector that matches a getMethod() of the HTTP request.
RequestParameterSelector A Selector that matches a string against a configurable request parameter's value.
ResourceExistsSelector Selects the first of a set of Resources (usually files) that exists.
SessionAttributeSelector A Selector that matches a string against a configurable session attribute's string representation.
SimpleSelector A very simple selector that operates on string literals, useful especially in conjunction with input modules.
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-2008 The Apache Software Foundation. All Rights Reserved.