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(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.
|
getPropertyNamesprotected 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