org.apache.cocoon.jxpath
Class CocoonSessionHandler
java.lang.Object
org.apache.cocoon.jxpath.CocoonSessionHandler
- All Implemented Interfaces:
- org.apache.commons.jxpath.DynamicPropertyHandler
public class CocoonSessionHandler
- extends Object
- implements org.apache.commons.jxpath.DynamicPropertyHandler
Implementation of the DynamicPropertyHandler interface that provides
access to attributes of a Cocoon Session.
- Version:
- CVS $Id: CocoonSessionHandler.html 1304258 2012-03-23 10:09:27Z ilgrosso $
- Author:
- Volker Schmitt
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CocoonSessionHandler
public CocoonSessionHandler()
getPropertyNames
public String[] getPropertyNames(Object session)
- Specified by:
getPropertyNames
in interface org.apache.commons.jxpath.DynamicPropertyHandler
getProperty
public Object getProperty(Object session,
String property)
- Specified by:
getProperty
in interface org.apache.commons.jxpath.DynamicPropertyHandler
setProperty
public void setProperty(Object session,
String property,
Object value)
- Specified by:
setProperty
in interface org.apache.commons.jxpath.DynamicPropertyHandler
Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.