public final class ApplicationMapping extends org.apache.struts.action.ActionMapping
Implementation of ActionMapping for the Struts
example application. It defines the following custom properties:
failure - The context-relative URI to which this request
should be forwarded if a validation error occurs on the input
information (typically goes back to the input form).
success - The context-relative URI to which this request
should be forwarded if the requested action is successfully
completed.