org.apache.beehive.netui.tags.databinding.invoke
Class AbstractCallMethod.ParamNode

Object
  extended by AbstractCallMethod.ParamNode
Enclosing class:
AbstractCallMethod

protected class AbstractCallMethod.ParamNode
extends Object

An internal struct that represents a parameter that will be passed to a reflective method invocation call. Instances of ParamNode map 1:1 to the methodParameter tags that appear within the body of an AbstrctCallMethod tag.


Constructor Summary
protected AbstractCallMethod.ParamNode()
           
 
Method Summary
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractCallMethod.ParamNode

protected AbstractCallMethod.ParamNode()