|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Interface Summary | |
---|---|
Selector | |
SwitchSelector | SwitchSelector is an enhanced Selector interface that allows a context object to be created to optimize selector conditional testing. |
Class Summary | |
---|---|
AbstractRegexpSelector | The AbstractRegexpSelector abstract class defines a simple selector
operating over configured regular-expression patterns. |
AbstractSwitchSelector | Abstract SwitchSelector class. |
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. |
NamedPatternsSelector | Abstract class for selectors that select a value when it matches some patterns associated to the select expression. |
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. |
RequestSelector | Deprecated. Renamed to RequestParameterSelector |
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 represenation. |
SessionStateSelector | Deprecated. use SessionAttributeSelector instead |
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. |
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |