OpMath

Uses of Class
com.opmath.util.http.ParameterAbsentException

Packages that use ParameterAbsentException
com.opmath.util.http HTTP parameter handling and other HttpServlet request and session handling utilities. 
 

Uses of ParameterAbsentException in com.opmath.util.http
 

Methods in com.opmath.util.http that throw ParameterAbsentException
 Boolean HttpServletRequest.getBooleanParameter(String paramName)
          Returns the value of a request parameter as a Boolean.
 Double HttpServletRequest.getDoubleParameter(String paramName)
          Returns the value of a request parameter as a Double.
 Float HttpServletRequest.getFloatParameter(String paramName)
          Returns the value of a request parameter as a Float.
 Integer HttpServletRequest.getIntegerParameter(String paramName)
          Returns the value of a request parameter as a Integer.
 Long HttpServletRequest.getLongParameter(String paramName)
          Returns the value of a request parameter as a Long.
 Short HttpServletRequest.getShortParameter(String paramName)
          Returns the value of a request parameter as a Long.
 String HttpServletRequest.getStringParameter(String paramName)
          Returns the value of a request parameter as a String.
 


OpMath

Submit a bug or feature to Open Math
Copyright © 2002 Open Math Company Limited, Brighton, UK