httpservletrequest

  • 网络HttpServlet请求;请求对象
httpservletrequesthttpservletrequest
  1. Use HttpServletRequest 's getParameter method to retrieve all the information about the new product subtype .

    用HttpServletRequest的getParameter方法获得所有关于新产品子类的信息。

  2. The returned information is then stored in an instance of an HttpServletRequest class for further retrieval .

    然后,返回的信息被存储在HttpServletRequest类的一个实例中,以进行进一步的检索。

  3. The form-encoded data sent in the POST request 's body can be obtained with HttpServletRequest . getParameter () calls .

    可以用HttpServletRequest.getParameter()得到在POST请求体中发送的表单编码数据。

  4. An incoming event is normally in the form of an HTTP request , which the servlet Container turns into an HttpServletRequest .

    输入事件通常是在HTTP请求表单中发生的,servlet容器将HTTP请求转换为HttpServletRequest。

  5. This means that whenever you call a corresponding HttpServletRequest or HttpSession method call , Shiro will delegate these calls to its internal native Session API .

    这意味着,不管何时你使用相应的HttpServletRequest或HttpSession方法调用,Shiro都会将这些调用委托给内部的原生会话API。

  6. The data , as per the servlet specification , will be stored in a name-value-pair collection , obtained via the HttpServletRequest . getParameter ()

    这些数据将根据servlet规范存储在一个名称-值对集合中,可通过HttpServletRequest.getParameter()API调用获得。