|
Class Summary |
| ArrayStack |
Implementation of the java.util.Stack API that is based on an ArrayList
rather than a Vector. |
| BeanUtils |
Deprecated. At some point after Struts 1.0 final, will be replaced by
an equivalent class in the Jakarta Commons Beanutils package. |
| 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. |
| CallParamRule |
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. |
| ConvertUtils |
Deprecated. At some point after Struts 1.0 final, will be replaced by an equivalent class in
the Jakarta Commons Beanutils package. |
| Digester |
A Digester processes an XML input stream by matching a series of element
nesting patterns to execute Rules that have been added prior to the start of parsing. |
| FastHashMap |
Deprecated. At some point after Struts 1.0 final, will be replaced by an equivalent class in
the Jakarta Commons Collections package. |
| ObjectCreateRule |
Rule implementation that creates a new object and pushes it
onto the object stack. |
| PropertyUtils |
Deprecated. At some point after Struts 1.0 final, will be replaced by
an equivalent class in the Jakarta Commons Beanutils package. |
| Rule |
Concrete implementations of this class implement actions to be taken when
a corresponding nested pattern of XML elements has been matched. |
| SetNextRule |
Rule implementation that calls a method on the (top-1) (parent) object, passing the top object
(child) as an argument. |
| SetPropertiesRule |
Rule implementation that sets properties on the object at the top of the stack, based on
attributes with corresponding names. |
| SetPropertyRule |
Rule implementation that sets an individual property on the object at the top of the stack,
based on attributes with specified names. |
| SetTopRule |
Rule implementation that calls a method on the top (parent) object, passing the (top-1) (child)
object as an argument. |