|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Selector | |
---|---|
org.apache.cocoon.ajax | |
org.apache.cocoon.components.treeprocessor.sitemap | Implemention of the Sitemap language |
org.apache.cocoon.mail | |
org.apache.cocoon.selection | |
org.apache.cocoon.webapps.session.selection |
Uses of Selector in org.apache.cocoon.ajax |
---|
Classes in org.apache.cocoon.ajax that implement Selector | |
---|---|
class |
AjaxRequestSelector
Choose a select branch depending on if the current request is an Ajax request. |
Uses of Selector in org.apache.cocoon.components.treeprocessor.sitemap |
---|
Fields in org.apache.cocoon.components.treeprocessor.sitemap declared as Selector | |
---|---|
protected Selector |
SelectNode.threadSafeSelector
Pre-selected selector, if it's ThreadSafe |
Uses of Selector in org.apache.cocoon.mail |
---|
Classes in org.apache.cocoon.mail that implement Selector | |
---|---|
class |
MailCommandSelector
Deprecated. use RequestAttributeSelector, RequestParameterSelector, or ParameterSelector instead. |
Uses of Selector in org.apache.cocoon.selection |
---|
Subinterfaces of Selector in org.apache.cocoon.selection | |
---|---|
interface |
SwitchSelector
SwitchSelector is an enhanced Selector interface that allows a context object to be created to optimize selector conditional testing. |
Classes in org.apache.cocoon.selection that implement Selector | |
---|---|
class |
AbstractRegexpSelector
The AbstractRegexpSelector abstract class defines a simple selector
operating over configured regular-expression patterns. |
class |
AbstractSwitchSelector
Abstract SwitchSelector class. |
class |
BrowserSelector
Tests a specific browser pattern against the requesting user-agent. |
class |
CookieSelector
A Selector that matches a string against a configurable cookie's value. |
class |
ExceptionSelector
In a <map:handle-errors>, selects depending on the exception that caused the error. |
class |
HeaderSelector
A Selector that matches a string against a configurable
request header, e.g. |
class |
HostSelector
A Selector that matches a string from within the host parameter
of the HTTP request. |
class |
NamedPatternsSelector
Abstract class for selectors that select a value when it matches some patterns associated to the select expression. |
class |
ParameterSelector
A Selector that matches a string in the parameters object passed to it. |
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 |
RequestAttributeSelector
A Selector that matches a string against a configurable request
attribute's string represenation. |
class |
RequestMethodSelector
A Selector that matches a getMethod() of the HTTP request. |
class |
RequestParameterSelector
A Selector that matches a string against a configurable request parameter's value. |
class |
RequestSelector
Deprecated. Renamed to RequestParameterSelector |
class |
ResourceExistsSelector
Selects the first of a set of Resources (usually files) that exists. |
class |
SessionAttributeSelector
A Selector that matches a string against a configurable session
attribute's string represenation. |
class |
SessionStateSelector
Deprecated. use SessionAttributeSelector instead |
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. |
Uses of Selector in org.apache.cocoon.webapps.session.selection |
---|
Classes in org.apache.cocoon.webapps.session.selection that implement Selector | |
---|---|
class |
MediaSelector
Deprecated. This block is deprecated and will be removed in future versions. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |