Class Summary |
BrowserSelector |
Tests a specific browser pattern against the requesting user-agent. |
BrowserSelectorFactory |
Deprecated. replaced by BrowserSelector - code factories should no longer be used |
CookieSelector |
A Selector that matches a string against a configurable cookie's value.
|
HeaderSelector |
A Selector that matches a string against a configurable
request header, e.g. |
HeaderSelectorFactory |
Deprecated. replaced by HeaderSelector - code factories should no longer be used |
HostSelector |
A Selector that matches a string from within the host parameter
of the HTTP request.
|
HostSelectorFactory |
Deprecated. replaced by HostSelector - code factories should no longer be used |
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.
|
ParameterSelectorFactory |
Deprecated. replaced by ParameterSelector - code factories should no longer be used |
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 |
RequestSelectorFactory |
Deprecated. Replaced by RequestParameterSelector - code factories should no longer be used |
SessionAttributeSelector |
A Selector that matches a string against a configurable session
attribute's string represenation.
|
SessionAttributeSelectorFactory |
Deprecated. replaced by SessionAttributeSelector - code factories should no longer be used |
SessionStateSelector |
Deprecated. use SessionAttributeSelector instead |