Package org.xhtmlrenderer.simple.extend
Class DefaultFormSubmissionListener
- java.lang.Object
-
- org.xhtmlrenderer.simple.extend.DefaultFormSubmissionListener
-
- All Implemented Interfaces:
FormSubmissionListener
public class DefaultFormSubmissionListener extends java.lang.Object implements FormSubmissionListener
No-op implementation of a FormSubmissionListener; override the submit method in a subclass as needed.
-
-
Constructor Summary
Constructors Constructor Description DefaultFormSubmissionListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
submit(java.lang.String query)
Called by XhtmlForm when a form is submitted.
-
-
-
Method Detail
-
submit
public void submit(java.lang.String query)
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
-
-