org.apache.commons.jxpath.servlet

Class ServletContextHandler

Implemented Interfaces:
DynamicPropertyHandler
Known Direct Subclasses:
HttpSessionHandler

public class ServletContextHandler
extends java.lang.Object
implements DynamicPropertyHandler

Implementation of the DynamicPropertyHandler interface that provides access to attributes of a ServletContext.
Version:
$Revision: 1.6 $ $Date: 2004/05/08 15:10:49 $
Author:
Dmitri Plotnikov

Method Summary

protected void
collectPropertyNames(HashSet set, Object bean)
Object
getProperty(Object context, String property)
String[]
getPropertyNames(Object context)
void
setProperty(Object context, String property, Object value)

Method Details

collectPropertyNames

protected void collectPropertyNames(HashSet set,
                                    Object bean)

getProperty

public Object getProperty(Object context,
                          String property)
Specified by:
getProperty in interface DynamicPropertyHandler

getPropertyNames

public String[] getPropertyNames(Object context)
Specified by:
getPropertyNames in interface DynamicPropertyHandler

setProperty

public void setProperty(Object context,
                        String property,
                        Object value)
Specified by:
setProperty in interface DynamicPropertyHandler