getparameter

  • 网络获取参数
getparametergetparameter
  1. To retrieve the form data , you use the getParameter () method .

    为了检索表单数据,可使用getParameter()方法。

  2. Use HttpServletRequest 's getParameter method to retrieve all the information about the new product subtype .

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

  3. This data can now be accessed in the usual manner from within action methods with the AgaviRequestDataHolder 's getParameter () method .

    现在可以利用AgaviRequestDataHolder的getParameter()方法从操作方法中以平常的方式访问该数据了。

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

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

  5. 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调用获得。

  6. First , the View 's executeHtml () method retrieves the page variable that was set up by the routing subsystem a few steps ago , using the AgaviRequestDataHolder object 's getParameter () method .

    首先,视图的executeHtml()方法使用AgaviRequestDataHolder对象的getParameter()方法获取前几个步骤中由路由子系统设置的page变量。