org.xhtmlrenderer.simple.extend
Class DefaultFormSubmissionListener
java.lang.Object
org.xhtmlrenderer.simple.extend.DefaultFormSubmissionListener
- All Implemented Interfaces:
- FormSubmissionListener
public class DefaultFormSubmissionListener
- extends Object
- implements FormSubmissionListener
No-op implementation of a FormSubmissionListener; override the submit method in a subclass as needed.
|
Method Summary |
void |
submit(String query)
Called by XhtmlForm when a form is submitted. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultFormSubmissionListener
public DefaultFormSubmissionListener()
submit
public void submit(String query)
- Called by XhtmlForm when a form is submitted.
- Specified by:
submit in interface FormSubmissionListener
- Parameters:
query - the entire query string as composed from form elements and the form's action URL
Copyright © 2013. All Rights Reserved.