DLESE Tools
v1.6.0

org.dlese.dpc.surveys
Class CreateJavascriptSurveyFromHTMLForm

java.lang.Object
  extended by org.dlese.dpc.surveys.CreateJavascriptSurveyFromHTMLForm

public class CreateJavascriptSurveyFromHTMLForm
extends Object

Parse the HTML form found (hopefully) at the given URL, and turn it into a Javascript-rendered version that can easily be included in the DLESE site. This assumes a Perseus processor as the form submission handler.

Author:
Ryan Deardorff

Constructor Summary
CreateJavascriptSurveyFromHTMLForm(String URL, String saveFile)
          Constructor for the CreateJavascriptSurveyFromHTMLForm object
 
Method Summary
static void main(String[] args)
          Description of the Method
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateJavascriptSurveyFromHTMLForm

public CreateJavascriptSurveyFromHTMLForm(String URL,
                                          String saveFile)
Constructor for the CreateJavascriptSurveyFromHTMLForm object

Parameters:
URL -
saveFile -
Method Detail

main

public static void main(String[] args)
Description of the Method

Parameters:
args -

DLESE Tools
v1.6.0