org.apache.cocoon.jxpath
Class CocoonContextHandler

java.lang.Object
  extended byorg.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.java 65531 2004-11-13 23:00:29Z vgritsenko $
Author:
Volker Schmitt

Constructor Summary
CocoonContextHandler()
           
 
Method Summary
 Object getProperty(Object context, String property)
           
 String[] getPropertyNames(Object context)
           
 void setProperty(Object context, String property, Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CocoonContextHandler

public CocoonContextHandler()
Method Detail

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-2005 The Apache Software Foundation. All Rights Reserved.