Package org.xhtmlrenderer.simple.extend
Class DefaultFormSubmissionListener
java.lang.Object
org.xhtmlrenderer.simple.extend.DefaultFormSubmissionListener
- All Implemented Interfaces:
FormSubmissionListener
No-op implementation of a FormSubmissionListener; override the submit method in a subclass as needed.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DefaultFormSubmissionListener
public DefaultFormSubmissionListener()
-
-
Method Details
-
submit
Called by XhtmlForm when a form is submitted.- Specified by:
submit
in interfaceFormSubmissionListener
- Parameters:
query
- the entire query string as composed from form elements and the form's action URL
-