类 com.oreilly.servlet.ParameterNotFoundException
的使用

使用 ParameterNotFoundException 的软件包
com.oreilly.servlet   
 

com.oreilly.servletParameterNotFoundException 的使用
 

抛出 ParameterNotFoundExceptioncom.oreilly.servlet 中的方法
 boolean ParameterParser.getBooleanParameter(String name)
          Gets the named parameter value as a boolean, with true indicated by "true", "on", or "yes" in any letter case, false indicated by "false", "off", or "no" in any letter case.
 byte ParameterParser.getByteParameter(String name)
          Gets the named parameter value as a byte
 char ParameterParser.getCharParameter(String name)
          Gets the named parameter value as a char
 double ParameterParser.getDoubleParameter(String name)
          Gets the named parameter value as a double
 float ParameterParser.getFloatParameter(String name)
          Gets the named parameter value as a float
 int ParameterParser.getIntParameter(String name)
          Gets the named parameter value as a int
 long ParameterParser.getLongParameter(String name)
          Gets the named parameter value as a long
 short ParameterParser.getShortParameter(String name)
          Gets the named parameter value as a short
 String ParameterParser.getStringParameter(String name)
          Gets the named parameter value as a String
 



Copyright © 2013. All Rights Reserved.