BEA NetUI tags and APIs are included for backward compatibility only. For new applications, use the Beehive tags and APIs.

Package com.bea.wlw.netui.tags.databinding.invoke

Class Summary
AbstractCallMethod An abstract base class for tags that are capable of reflectively invoking methods.
AbstractCallMethod.ParamNode An internal struct that represents a parameter that will be passed to a reflective method invocation call.
CallControl A tag that is used to call a method on a control.
CallMethod An abstract base class for tags that are capable of reflectively invoking methods.
CallPageFlow A tag that is used to call a method on the current PageFlowController.
DeclareControl Declare a control that is stored in the PageContext attribute map.
MethodParameter A tag that is used to add an argument to a method that will be called on some object.
 

Exception Summary
ObjectNotFoundException An exception thrown when an object on which to invoke a method can not be found.
 


BEA NetUI tags and APIs are included for backward compatibility only. For new applications, use the Beehive tags and APIs.