org.apache.commons.jxpath.servlet

Class ServletRequestHandler

Implemented Interfaces:
DynamicPropertyHandler

public class ServletRequestHandler
extends HttpSessionHandler

Implementation of the DynamicPropertyHandler interface that provides access to attributes and parameters of a ServletRequest.
Version:
$Revision: 1.6 $ $Date: 2004/05/08 15:10:49 $
Author:
Dmitri Plotnikov

Method Summary

protected void
collectPropertyNames(HashSet set, Object bean)
Object
getProperty(Object bean, String property)
void
setProperty(Object request, String property, Object value)

Methods inherited from class org.apache.commons.jxpath.servlet.HttpSessionHandler

collectPropertyNames, getProperty, setProperty

Methods inherited from class org.apache.commons.jxpath.servlet.ServletContextHandler

collectPropertyNames, getProperty, getPropertyNames, setProperty

Method Details

collectPropertyNames

protected void collectPropertyNames(HashSet set,
                                    Object bean)
Overrides:
collectPropertyNames in interface HttpSessionHandler

getProperty

public Object getProperty(Object bean,
                          String property)
Specified by:
getProperty in interface DynamicPropertyHandler
Overrides:
getProperty in interface HttpSessionHandler

setProperty

public void setProperty(Object request,
                        String property,
                        Object value)
Specified by:
setProperty in interface DynamicPropertyHandler
Overrides:
setProperty in interface HttpSessionHandler