gov.noaa.pmel.tmap
Class Options_compareFormBean

java.lang.Object
  |
  +--gov.noaa.pmel.tmap.AbstractFormBean
        |
        +--gov.noaa.pmel.tmap.OptionsFormBean
              |
              +--gov.noaa.pmel.tmap.Options_compareFormBean
All Implemented Interfaces:
FormBean

public class Options_compareFormBean
extends OptionsFormBean


Field Summary
 
Fields inherited from class gov.noaa.pmel.tmap.AbstractFormBean
mErrorMessage, mParams, mReq, mSession
 
Constructor Summary
Options_compareFormBean()
           
 
Method Summary
 java.lang.String nextURL()
          next URL to use after the form has been processed
 
Methods inherited from class gov.noaa.pmel.tmap.OptionsFormBean
handle, isValid
 
Methods inherited from class gov.noaa.pmel.tmap.AbstractFormBean
getErrorMessage, getFormHandler, getParameters, getRequest, getSession, init, setErrorMessage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Options_compareFormBean

public Options_compareFormBean()
Method Detail

nextURL

public java.lang.String nextURL()
                         throws ServletException,
                                java.sql.SQLException
Description copied from interface: FormBean
next URL to use after the form has been processed

Specified by:
nextURL in interface FormBean
Overrides:
nextURL in class OptionsFormBean
Returns:
next URL to use after the form has been processed
ServletException
java.sql.SQLException