|
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. |