org.apache.beehive.netui.tags.databinding.invoke |
|
Java Source File Name | Type | Comment |
AbstractCallMethod.java | Class |
An abstract base class for tags that are capable of reflectively invoking methods. |
CallMethod.java | Class |
An abstract base class for tags that are capable of reflectively
invoking methods. |
CallPageFlow.java | Class |
Calls methods on the current Page Flow. |
MethodParameter.java | Class |
A tag that is used to add an argument to a method that will be called
on some object. |
ObjectNotFoundException.java | Class | An exception thrown when an object on which to invoke a method can not
be found. |