Uses of Class
org.apache.struts.action.InvalidCancelException
Package
Description
The action package is the core of the struts framework,
providing the "Controller" aspect of a MVC model.
-
Uses of InvalidCancelException in org.apache.struts.action
Modifier and TypeMethodDescriptionprotected boolean
RequestProcessor.processValidate
(HttpServletRequest request, HttpServletResponse response, ActionForm form, ActionMapping mapping) If this request was not cancelled, and the request'sActionMapping
has not disabled validation, call thevalidate
method of the specifiedActionForm
, and forward to the input path if there were any errors. -
Uses of InvalidCancelException in org.apache.struts.faces.application
Modifier and TypeMethodDescriptionprotected boolean
FacesRequestProcessor.processValidate
(HttpServletRequest request, HttpServletResponse response, ActionForm form, ActionMapping mapping) protected boolean
FacesTilesRequestProcessor.processValidate
(HttpServletRequest request, HttpServletResponse response, ActionForm form, ActionMapping mapping)