org.apache.cocoon.jxpath
Class CocoonContextHandler
java.lang.Object
org.apache.cocoon.jxpath.CocoonContextHandler
- All Implemented Interfaces:
- org.apache.commons.jxpath.DynamicPropertyHandler
public class CocoonContextHandler
- extends Object
- implements org.apache.commons.jxpath.DynamicPropertyHandler
Implementation of the DynamicPropertyHandler interface that provides
access to attributes of a Cocoon Context.
- Version:
- CVS $Id: CocoonContextHandler.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 |
CocoonContextHandler
public CocoonContextHandler()
getPropertyNames
public String[] getPropertyNames(Object context)
- Specified by:
getPropertyNames
in interface org.apache.commons.jxpath.DynamicPropertyHandler
getProperty
public Object getProperty(Object context,
String property)
- Specified by:
getProperty
in interface org.apache.commons.jxpath.DynamicPropertyHandler
setProperty
public void setProperty(Object context,
String property,
Object value)
- Specified by:
setProperty
in interface org.apache.commons.jxpath.DynamicPropertyHandler
Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.