| Name | Description | Type | Package | Framework |
| AbstractRegexpSelector | The AbstractRegexpSelector abstract class defines a simple selector operating over configured regular-expression patterns. | Class | org.apache.cocoon.selection | Apache Cocoon |
|
| AbstractSwitchSelector | Abstract SwitchSelector class. | Class | org.apache.cocoon.selection | Apache Cocoon |
|
| BrowserSelector | Tests a specific browser pattern against the requesting user-agent. | Class | org.apache.cocoon.selection | Apache Cocoon |
|
| CookieSelector | A Selector that matches a string against a configurable cookie's value. | Class | org.apache.cocoon.selection | Apache Cocoon |
|
| ExceptionSelector | In a , selects depending on the exception that caused the error. | Class | org.apache.cocoon.selection | Apache Cocoon |
|
| HeaderSelector | A Selector that matches a string against a configurable request header, e. | Class | org.apache.cocoon.selection | Apache Cocoon |
|
| HostSelector | A Selector that matches a string from within the host parameter of the HTTP request. | Class | org.apache.cocoon.selection | Apache Cocoon |
|
| NamedPatternsSelector | Abstract class for selectors that select a value when it matches some patterns associated to the select expression. | Class | org.apache.cocoon.selection | Apache Cocoon |
|
| ParameterSelector | A Selector that matches a string in the parameters object passed to it. | Class | org.apache.cocoon.selection | Apache Cocoon |
|
| RegexpHeaderSelector | The RegexpHeaderSelector class defines a selector matching specific headers to configured regular-expression patterns. | Class | org.apache.cocoon.selection | Apache Cocoon |
|
| RegexpRequestParameterSelector | The RegexpRequestParameterSelector class defines a selector matching specific request parameters to configured regular-expression patterns. | Class | org.apache.cocoon.selection | Apache Cocoon |
|
| RequestAttributeSelector | A Selector that matches a string against a configurable request attribute's string represenation. | Class | org.apache.cocoon.selection | Apache Cocoon |
|
| RequestMethodSelector | A Selector that matches a getMethod() of the HTTP request. | Class | org.apache.cocoon.selection | Apache Cocoon |
|
| RequestParameterSelector | A Selector that matches a string against a configurable request parameter's value. | Class | org.apache.cocoon.selection | Apache Cocoon |
|
| RequestSelector | | Class | org.apache.cocoon.selection | Apache Cocoon |
|
| ResourceExistsSelector | Selects the first of a set of Resources (usually files) that exists. | Class | org.apache.cocoon.selection | Apache Cocoon |
|
| Selector | | Interface | org.apache.cocoon.selection | Apache Cocoon |
|
| SessionAttributeSelector | A Selector that matches a string against a configurable session attribute's string represenation. | Class | org.apache.cocoon.selection | Apache Cocoon |
|
| SessionStateSelector | This class generates source code to implement a selector that matches a string against an arbitrary session attribute. | Class | org.apache.cocoon.selection | Apache Cocoon |
|
| SimpleSelector | A very simple selector that operates on string literals, useful especially in conjunction with input modules. | Class | org.apache.cocoon.selection | Apache Cocoon |
|
| SwitchSelector | SwitchSelector is an enhanced Selector interface that allows a context object to be created to optimize selector conditional testing. | Interface | org.apache.cocoon.selection | Apache Cocoon |
|
| XPathExceptionSelector | Additional to the inherited functionality from its superclass ExceptionSelector, this selector allows to define xpath expressions to evaluate supplemental information | Class | org.apache.cocoon.selection | Apache Cocoon |