DynamicPropertyHandlerpublic class ServletRequestHandler extends HttpSessionHandler
DynamicPropertyHandler
interface that provides access to attributes and parameters
of a ServletRequest.| Constructor | Description |
|---|---|
ServletRequestHandler() |
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
collectPropertyNames(java.util.HashSet set,
java.lang.Object bean) |
Collect the property names from bean, storing in set.
|
java.lang.Object |
getProperty(java.lang.Object bean,
java.lang.String property) |
Returns the value of the specified dynamic property.
|
void |
setProperty(java.lang.Object request,
java.lang.String property,
java.lang.Object value) |
Modifies the value of the specified dynamic property.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetPropertyNamesprotected void collectPropertyNames(java.util.HashSet set,
java.lang.Object bean)
ServletContextHandlercollectPropertyNames in class HttpSessionHandlerset - destinationbean - to readpublic java.lang.Object getProperty(java.lang.Object bean,
java.lang.String property)
DynamicPropertyHandlergetProperty in interface DynamicPropertyHandlergetProperty in class HttpSessionHandlerbean - to searchproperty - to retrievepublic void setProperty(java.lang.Object request,
java.lang.String property,
java.lang.Object value)
DynamicPropertyHandlersetProperty in interface DynamicPropertyHandlersetProperty in class HttpSessionHandlerrequest - to modifyproperty - to modifyvalue - to set