|
Class Summary |
| FUICallMethodRule |
Struts-Digester Rule : extend default CallMethodRule
Rule implementation that calls a method on the top (parent) object, passing arguments collected
from subsequent CallParamRule rules or from the body of this element. |
| XAddToRule |
Rule implementation that calls a method on the (top-1) (parent) object, passing the top
object (child) as an argument. |
| XCallMethodRule |
Rule implementation that calls a method on the top (parent) object, passing arguments collected
from subsequent CallParamRule rules or from the body of this element. |
| XCallParamRule |
Rule implementation that saves a parameter from either an attribute of this element, or
from the element body, to be used in a call generated by a surrounding CallMethodRule rule. |
| XObjectCreateRule |
Rule implementation that creates a new object and pushes it onto the object stack. |
| XSetNextRule |
Rule implementation that calls a method on the (top-1) (parent) object, passing the top
object (child) as an argument. |
| XSetPropertiesRule |
Rule implementation that sets properties on the object at the top of the stack, based on
attributes with corresponding names. |
| XSetPropertyRule |
Rule implementation that sets an individual property on the object at the top of the stack,
based on attributes with specified names. |
| XSetTopRule |
Rule implementation that calls a method on the top (parent) object, passing the (top-1)
(child) object as an argument. |