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)
Collect the property names from bean, storing in set.
|
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.
|
getPropertyNamesprotected void collectPropertyNames(HashSet set, Object bean)
ServletContextHandlercollectPropertyNames in class HttpSessionHandlerset - destinationbean - to readpublic Object getProperty(Object bean, String property)
DynamicPropertyHandlergetProperty in interface DynamicPropertyHandlergetProperty in class HttpSessionHandlerbean - to searchproperty - to retrievepublic void setProperty(Object request, String property, Object value)
DynamicPropertyHandlersetProperty in interface DynamicPropertyHandlersetProperty in class HttpSessionHandlerrequest - to modifyproperty - to modifyvalue - to setCopyright © 2001–2015 The Apache Software Foundation. All rights reserved.