|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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.profiler.debugging |
Methods in org.apache.cocoon.profiler.debugging with parameters of type Selector | |
boolean |
SimpleSitemapExecutor.invokeSelector(ExecutionContext context,
Map objectModel,
Selector selector,
String expression,
Parameters parameters)
|
boolean |
RemoteDebuggingSitemapExecutor.invokeSelector(ExecutionContext context,
Map objectModel,
Selector selector,
String expression,
Parameters parameters)
|
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 |
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 |
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 |
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 |
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.sitemap |
Methods in org.apache.cocoon.sitemap with parameters of type Selector | |
boolean |
SitemapExecutor.invokeSelector(ExecutionContext context,
Map objectModel,
Selector selector,
String expression,
Parameters parameters)
Invoke a selector |
Uses of Selector in org.apache.cocoon.sitemap.impl |
Methods in org.apache.cocoon.sitemap.impl with parameters of type Selector | |
boolean |
DefaultExecutor.invokeSelector(ExecutionContext context,
Map objectModel,
Selector selector,
String expression,
Parameters parameters)
|
Uses of Selector in org.apache.cocoon.webapps.session.selection |
Classes in org.apache.cocoon.webapps.session.selection that implement Selector | |
class |
MediaSelector
This selector uses the media management. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |