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.
|
getPropertyNames
protected void collectPropertyNames(java.util.HashSet set, java.lang.Object bean)
ServletContextHandler
collectPropertyNames
in class HttpSessionHandler
set
- destinationbean
- to readpublic java.lang.Object getProperty(java.lang.Object bean, java.lang.String property)
DynamicPropertyHandler
getProperty
in interface DynamicPropertyHandler
getProperty
in class HttpSessionHandler
bean
- to searchproperty
- to retrievepublic void setProperty(java.lang.Object request, java.lang.String property, java.lang.Object value)
DynamicPropertyHandler
setProperty
in interface DynamicPropertyHandler
setProperty
in class HttpSessionHandler
request
- to modifyproperty
- to modifyvalue
- to set