Uses of Interface
org.spincast.core.exceptions.ResponseResetableException
Packages that use ResponseResetableException
-
Uses of ResponseResetableException in org.spincast.core.exceptions
Classes in org.spincast.core.exceptions that implement ResponseResetableExceptionModifier and TypeClassDescriptionclassclassException that will forward the request to another route.classException to throw to trigger the "Not Found" route.classclassclassAn exception which allows to control if the response should be reset (its buffer, headers, etc.) before running the "Exception" routing process. -
Uses of ResponseResetableException in org.spincast.plugins.formsprotection.exceptions
Classes in org.spincast.plugins.formsprotection.exceptions that implement ResponseResetableExceptionModifier and TypeClassDescriptionclassThrown when a form is double submitted.classThrown when a submitted form is too old.