Annotation Interface Sprout.Forward
- Enclosing class:
Sprout
Specifies a local forward. Equivalent to adding a
forward mapping within an action mapping in
struts-config.xml.
It is possible to define multiple forwards by providing parameters as arrays.
-
Required Element Summary
Required Elements -
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionboolean[]Whether this forward is a redirect.
-
Element Details
-
name
Forward name. Corresponds to name property. -
redirect
boolean[] redirectWhether this forward is a redirect. Corresponds to redirect property.- Default:
{}
-
path
Forward path. Corresponds to path property.
-