It could send it encoded as a request parameter in the IFRAME.
它可以将此信息作为请求参数编码在IF RAME中进行发送。
Line 9 gets the authentication token from the request parameter.
第9行代码从请求参数中获取验证token。
A request parameter is used to filter out the necessary content items.
可以使用一个请求参数来过滤出必要的内容项。
The JSP expects a request parameter that is a comma-separated set of Strings.
JSP需要的是一个请求参数,这个请求参数必须是一个由逗号分隔的字符串组。
Note that the url child element directly corresponds to the url request parameter.
注意,url子元素直接对应url请求参数。
After issuing the query, the code checks for a request parameter for a format element.
在发出查询之后,代码检查格式元素的请求参数。
If the request parameter is not available, then the portlet simply displays the view JSP.
如果请求参数不可用,那么portlet只显示浏览jsp。
Information on the type of a request parameter (GET or POST) is now available, as follows.
现在可以获得关于请求参数类型的信息了(GET或POST),如下代码所示。
This approach relies on the remote service accepting a callback function name as a request parameter.
这种方法依赖于接受回调函数名作为请求参数的远程服务。
The processAction method of the View portlet sets the Person object as a dxlperson request parameter.
Viewportlet的processAction方法将这个Person对象设置在一个dxlperson请求参数中。
To do this you'll need a request parameter that specifies an artist, so you'll just call it artistId.
为此,您需要一个request参数指定艺术家,因此直接称之为artistid。
The AXISServer engine then invokes the corresponding web service and passes the request parameter to it.
AXISServer引擎接着调用相应的Web服务,并把请求参数传给它。
The configuration of these request parameter injections are nested within the page action XML declaration.
这些请求参数注入的配置嵌套在页面动作XML声明中。
page (Figure 18), the clientId is passed to the AddPolicy.jsp page (Figure 19) using the request parameter.
在BrokerDetail.jsp页面中(图18),利用请求参数传递客户机 Id 给 AddPolicy.jsp 页面(图19)
To help disambiguate output from different requests, it also logs a request parameter used as an identifier.
为了区别输出和不同的请求,还将作为标识符的请求参数记录在日志中。
The query for the rule is converted to a query string and passed as a request parameter to the feed producer.
规则的查询被转换为查询字符串,并作为请求参数传递给Feed生成器。
The length.tag file (shown in Listing 12) is another validator that verifies the length of a request parameter.
tag文件(如清单12 所示)是另外一个验证器,可用来验证请求参数的长度。
The formBean factory takes the service type from the http request parameter and calls the corresponding formBean.
formBeanfactory从httprequest参数获取服务类型并调用相应的 formBean。
The following section from the codegen.jsp file checks for the existence of a request parameter called tableColor.
jsp文件中下面的代码片段检查是否存在名为 tableColor 的请求参数。
It accepts the request parameter in its definition and returns a rendered template (thankyou.html) as its response.
它接受request参数,并返回一个显示模板(thankyou . html)作为响应。
The check section contains hashed versions of the request parameter sections of the XML, in this form shown in listing 5.
Check部分包含执行散列后的XML 的请求参数部分,使用清单5 所示的格式。
The portlet responsible for showing content needs to determine what content (the identifier) to show based on a global request parameter.
负责显示内容的portlet需要根据全局请求参数来确定显示什么内容(哪个标识符)。
View functions, or "views" as they are more commonly known, are basically Python functions that accept a request parameter and return a response.
视图函数(通常称为“视图”)是基础的python函数,它接受一个请求参数并返回一个响应。
The preferred language can be set per session, per user, as a site default and you can change it also with a override with a request parameter.
偏好语言可以按会话,用户或作为网站默认来进行设定。你也可以使用一个请求参量进行覆盖从而改变语言设定。
In this case, there is probably a request parameter that is sent along with the servlet invocation that has the city name or zip code for the forecast.
既然这样,这里可能就需要一个随同servletinvocation一起发送的请求参数,可能是要获取的天气预报的城市名或是邮编区号。
In the subclass created for the portlet, intercept the action and check the com.ibm.portal.propertybroker.action request parameter for the action name.
在为portlet创建的子集中,为动作名称截取动作并检查com . ibm . portal . propertybroker .action请求参数。
Back in Listing 3, depending on the format-request parameter, the list of Stock objects is converted to XML or JSON strings and sent back to the client.
回到清单3,根据格式请求参数,Stock对象列表被转换成xml或json字符串并被发送回客户端。
Symbol, in this case, is a request parameter representing the requested ticker symbol, and callback is the name of your callback function in your Web application.
在这种情况下,symbol是表示请求ticker symbol的请求参数,而callback是Web应用程序的回调函数的名称。
Although you can craft the URL to the Web service manually, to include any request parameter needed, as a best practice use the Page Creator tool provided by Google.
尽管您可以为Web服务手动创建URL以包含所需的请求参数,但使用Google提供的PageCreator工具是一项最佳实践。
The example does a URL decoding of the variable because it comes in as part of the URL, not as an HTTP request parameter where the decoding has already been done for you.
示例对变量执行URL解码,因为它作为 URL的一部分引入,而非作为一个HTTP请求参数(已执行解码)。
应用推荐