org.apache.cocoon.jxpath
Class CocoonRequestHandler

java.lang.Object
  extended by org.apache.cocoon.jxpath.CocoonRequestHandler
All Implemented Interfaces:
org.apache.commons.jxpath.DynamicPropertyHandler

public class CocoonRequestHandler
extends Object
implements org.apache.commons.jxpath.DynamicPropertyHandler

Implementation of the DynamicPropertyHandler interface that provides access to attributes of a Cocoon Request.

Version:
CVS $Id: CocoonRequestHandler.html 1304258 2012-03-23 10:09:27Z ilgrosso $
Author:
Volker Schmitt

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

Constructor Detail

CocoonRequestHandler

public CocoonRequestHandler()
Method Detail

getPropertyNames

public String[] getPropertyNames(Object request)
Specified by:
getPropertyNames in interface org.apache.commons.jxpath.DynamicPropertyHandler

getProperty

public Object getProperty(Object request,
                          String property)
Specified by:
getProperty in interface org.apache.commons.jxpath.DynamicPropertyHandler

setProperty

public void setProperty(Object request,
                        String property,
                        Object value)
Specified by:
setProperty in interface org.apache.commons.jxpath.DynamicPropertyHandler


Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.