|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InvalidCancelException | |
---|---|
org.apache.struts.action | The action package is the core of the struts framework, providing the "Controller" aspect of a MVC model. |
org.apache.struts.faces.application |
Uses of InvalidCancelException in org.apache.struts.action |
---|
Methods in org.apache.struts.action that throw InvalidCancelException | |
---|---|
protected boolean |
RequestProcessor.processValidate(HttpServletRequest request,
HttpServletResponse response,
ActionForm form,
ActionMapping mapping)
If this request was not cancelled, and the request's ActionMapping has not disabled validation, call the
validate method of the specified ActionForm , and
forward to the input path if there were any errors. |
Uses of InvalidCancelException in org.apache.struts.faces.application |
---|
Methods in org.apache.struts.faces.application that throw InvalidCancelException | |
---|---|
protected boolean |
FacesTilesRequestProcessor.processValidate(HttpServletRequest request,
HttpServletResponse response,
ActionForm form,
ActionMapping mapping)
|
protected boolean |
FacesRequestProcessor.processValidate(HttpServletRequest request,
HttpServletResponse response,
ActionForm form,
ActionMapping mapping)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |