org.apache.tapestry.param
Class IntParameterConnector
java.lang.Object
|
+--org.apache.tapestry.param.AbstractParameterConnector
|
+--org.apache.tapestry.param.IntParameterConnector
- All Implemented Interfaces:
- IParameterConnector
- public class IntParameterConnector
- extends AbstractParameterConnector
Connects a parameter to an int property.
- Since:
- 2.0.3
- Version:
- $Id: IntParameterConnector.java,v 1.3 2004/01/19 21:32:20 hlship Exp $
- Author:
- Howard Lewis Ship
IntParameterConnector
protected IntParameterConnector(IComponent component,
String parameterName,
IBinding binding)
setParameter
public void setParameter(IRequestCycle cycle)
- Invokes
IBinding.getInt()
to obtain
an int value to assign.