Package com.openhtmltopdf.simple.extend
Class DefaultFormSubmissionListener
- java.lang.Object
-
- com.openhtmltopdf.simple.extend.DefaultFormSubmissionListener
-
- All Implemented Interfaces:
FormSubmissionListener
@Deprecated public class DefaultFormSubmissionListener extends Object implements FormSubmissionListener
Deprecated.No-op implementation of a FormSubmissionListener; override the submit method in a subclass as needed.
-
-
Method Detail
-
submit
public void submit(String query)
Deprecated.Called by XhtmlForm when a form is submitted.- Specified by:
submitin interfaceFormSubmissionListener- Parameters:
query- the entire query string as composed from form elements and the form's action URL
-
-