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(HashSet set,
Object bean) |
Object |
getProperty(Object bean,
String property)
Returns the value of the specified dynamic property.
|
void |
setProperty(Object bean,
String property,
Object value)
Modifies the value of the specified dynamic property.
|
collectPropertyNames, getPropertyNames
public HttpSessionHandler()
protected void collectPropertyNames(HashSet set, Object bean)
public Object getProperty(Object bean, String property)
DynamicPropertyHandler
getProperty
in interface DynamicPropertyHandler
getProperty
in class ServletContextHandler
bean
- to searchproperty
- to retrievepublic void setProperty(Object bean, String property, Object value)
DynamicPropertyHandler
setProperty
in interface DynamicPropertyHandler
setProperty
in class ServletContextHandler
bean
- to modifyproperty
- to modifyvalue
- to setCopyright © 2001–2015 The Apache Software Foundation. All rights reserved.