public class HttpSessionHandler extends ServletContextHandler
DynamicPropertyHandler
interface that provides access to attributes of a @{link HttpSession}.Constructor and Description |
---|
HttpSessionHandler() |
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 bean,
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 ServletContextHandler
set
- destinationbean
- to readpublic java.lang.Object getProperty(java.lang.Object bean, java.lang.String property)
DynamicPropertyHandler
getProperty
in interface DynamicPropertyHandler
getProperty
in class ServletContextHandler
bean
- to searchproperty
- to retrievepublic void setProperty(java.lang.Object bean, java.lang.String property, java.lang.Object value)
DynamicPropertyHandler
setProperty
in interface DynamicPropertyHandler
setProperty
in class ServletContextHandler
bean
- to modifyproperty
- to modifyvalue
- to set