Class FormsRequirePostExceptionHandlerAssistant

java.lang.Object
org.apache.tapestry5.internal.FormsRequirePostExceptionHandlerAssistant
All Implemented Interfaces:
ExceptionHandlerAssistant

Handles FormsRequirePostExceptions (thrown by the Form component when the request method was other than post) by redirecting to the page containing the form.

This assistant is contributed to the default RequestExceptionHandler service in a way that it is effective only in production mode.

Since:
5.8.3
See Also: