org.apache.commons.jxpath.servlet
Class HttpSessionHandler
java.lang.Object
org.apache.commons.jxpath.servlet.ServletContextHandler
org.apache.commons.jxpath.servlet.HttpSessionHandler
- All Implemented Interfaces:
- DynamicPropertyHandler
- Direct Known Subclasses:
- ServletRequestHandler
public class HttpSessionHandler
- extends ServletContextHandler
Implementation of the DynamicPropertyHandler
interface that provides access to attributes of a @{link HttpSession}.
- Version:
- $Revision: 652845 $ $Date: 2008-05-02 12:46:46 -0500 (Fri, 02 May 2008) $
- Author:
- Dmitri Plotnikov
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HttpSessionHandler
public HttpSessionHandler()
collectPropertyNames
protected void collectPropertyNames(HashSet set,
Object bean)
- Description copied from class:
ServletContextHandler
- Collect the property names from bean, storing in set.
- Overrides:
collectPropertyNames
in class ServletContextHandler
- Parameters:
set
- destinationbean
- to read
getProperty
public Object getProperty(Object bean,
String property)
- Description copied from interface:
DynamicPropertyHandler
- Returns the value of the specified dynamic property.
- Specified by:
getProperty
in interface DynamicPropertyHandler
- Overrides:
getProperty
in class ServletContextHandler
- Parameters:
bean
- to searchproperty
- to retrieve
- Returns:
- Object
setProperty
public void setProperty(Object bean,
String property,
Object value)
- Description copied from interface:
DynamicPropertyHandler
- Modifies the value of the specified dynamic property.
- Specified by:
setProperty
in interface DynamicPropertyHandler
- Overrides:
setProperty
in class ServletContextHandler
- Parameters:
bean
- to modifyproperty
- to modifyvalue
- to set
Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved.