Return to www.inductionframework.org

Uses of Class
com.acciente.induction.controller.FormException

Packages that use FormException
com.acciente.induction.controller   
 

Uses of FormException in com.acciente.induction.controller
 

Methods in com.acciente.induction.controller that throw FormException
 boolean HTMLForm.containsParam(java.lang.String sParamName)
           
 boolean Form.containsParam(java.lang.String sParamName)
          Used to check if the specified HTML form has the specified parameter.
 boolean HTMLForm.getBoolean(java.lang.String sParamName)
           
 boolean Form.getBoolean(java.lang.String sParamName)
          Return the value of the specified HTML form parameter as a boolean value
 com.acciente.commons.htmlform.FileHandle HTMLForm.getFile(java.lang.String sParamName)
           
 com.acciente.commons.htmlform.FileHandle Form.getFile(java.lang.String sParamName)
          Return the value of the specified HTML form parameter as a file handle, this method should only be used to access a form parameter that represents an uploded file
 float HTMLForm.getFloat(java.lang.String sParamName)
           
 float Form.getFloat(java.lang.String sParamName)
          Return the value of the specified HTML form parameter as a float value
 int HTMLForm.getInteger(java.lang.String sParamName)
           
 int Form.getInteger(java.lang.String sParamName)
          Return the value of the specified HTML form parameter as an integer value
 java.util.List HTMLForm.getList(java.lang.String sParamName)
           
 java.util.List Form.getList(java.lang.String sParamName)
          Return the value of the specified list HTML form parameter
 long HTMLForm.getLong(java.lang.String sParamName)
           
 long Form.getLong(java.lang.String sParamName)
          Return the value of the specified HTML form parameter as a long value
 java.util.Map HTMLForm.getMap(java.lang.String sParamName)
           
 java.util.Map Form.getMap(java.lang.String sParamName)
          Return the value of the specified map HTML form parameter
 java.lang.Object HTMLForm.getObject(java.lang.String sParamName)
           
 java.lang.Object Form.getObject(java.lang.String sParamName)
          Return the value of the specified HTML form parameter as an object value
 java.util.Set HTMLForm.getParamNames()
           
 java.util.Set Form.getParamNames()
          Returns a list of the parameter names in the HTML form
 java.lang.String HTMLForm.getString(java.lang.String sParamName)
           
 java.lang.String Form.getString(java.lang.String sParamName)
          Return the value of the specified HTML form parameter as a string value
 


Return to www.inductionframework.org

Copyright © 2008-2011 Acciente, LLC. All Rights Reserved.