Flying Saucer Project Release ${app.version}

org.xhtmlrenderer.simple.extend
Class DefaultFormSubmissionListener

java.lang.Object
  extended by 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
DefaultFormSubmissionListener()
           
 
Method Summary
 void submit(java.lang.String query)
          Called by XhtmlForm when a form is submitted.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultFormSubmissionListener

public DefaultFormSubmissionListener()
Method Detail

submit

public void submit(java.lang.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

Flying Saucer Project Release ${app.version}

Flying Saucer Project Home