org.apache.tapestry.param
Class ObjectParameterConnector

java.lang.Object
  |
  +--org.apache.tapestry.param.AbstractParameterConnector
        |
        +--org.apache.tapestry.param.ObjectParameterConnector
All Implemented Interfaces:
IParameterConnector

public class ObjectParameterConnector
extends AbstractParameterConnector

Implements IParameterConnector for object parameters.

Since:
2.0.3
Version:
$Id: ObjectParameterConnector.java,v 1.4 2004/02/19 17:37:54 hlship Exp $
Author:
Howard Lewis Ship

Constructor Summary
protected ObjectParameterConnector(IComponent component, String parameterName, IBinding binding, Class requiredType)
           
 
Method Summary
 void setParameter(IRequestCycle cycle)
          Sets the parameter property to null.
 
Methods inherited from class org.apache.tapestry.param.AbstractParameterConnector
getBinding, getBindingValue, resetParameter, setPropertyValue, shouldSetPropertyValue, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ObjectParameterConnector

protected ObjectParameterConnector(IComponent component,
                                   String parameterName,
                                   IBinding binding,
                                   Class requiredType)
Method Detail

setParameter

public void setParameter(IRequestCycle cycle)
Sets the parameter property to null.