public class ServletRequestHandler extends HttpSessionHandler
DynamicPropertyHandler
interface that provides access to attributes and parameters
of a ServletRequest
.Constructor and Description |
---|
ServletRequestHandler() |
Modifier and Type | Method and Description |
---|---|
protected void |
collectPropertyNames(HashSet set,
Object bean) |
Object |
getProperty(Object bean,
String property)
Returns the value of the specified dynamic property.
|
void |
setProperty(Object request,
String property,
Object value)
Modifies the value of the specified dynamic property.
|
collectPropertyNames, getPropertyNames
public ServletRequestHandler()
protected void collectPropertyNames(HashSet set, Object bean)
collectPropertyNames
in class HttpSessionHandler
public Object getProperty(Object bean, String property)
DynamicPropertyHandler
getProperty
in interface DynamicPropertyHandler
getProperty
in class HttpSessionHandler
bean
- to searchproperty
- to retrievepublic void setProperty(Object request, String property, Object value)
DynamicPropertyHandler
setProperty
in interface DynamicPropertyHandler
setProperty
in class HttpSessionHandler
request
- to modifyproperty
- to modifyvalue
- to setCopyright © 2001–2015 The Apache Software Foundation. All rights reserved.