Package org.apache.cocoon.selection

Interface Summary
Selector  
 

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
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
RequestSelector A Selector that matches a string against a configurable request parameter's value.
RequestSelectorFactory Deprecated. replaced by RequestSelector - code factories should no longer be used
SessionAttributeSelector This class generates source code to implement a selector that matches a string against an arbitrary session attribute.
SessionAttributeSelectorFactory Deprecated. replaced by SessionAttributeSelector - code factories should no longer be used
 



Copyright © 1999-2001 Apache Software Foundation. All Rights Reserved.