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
Description copied from interface:FormSubmissionListenerCalled by XhtmlForm when a form is submitted.- Specified by:
submitin interfaceFormSubmissionListener- Parameters:
query- the entire query string as composed of form elements and the form's action URL
-