The servlet container creates a new servlet request object.
servlet容器创建一个新的 servlet请求对象。
Application Server creates a request object and passes it to Portal.
应用程序服务器创建了一个请求对象并将其传递到Portal。
The servlet request object represents and wraps a request from a user.
servlet请求方法表示并包装来自用户的请求。
The request object lets you obtain the HTTP request parameters and headers.
request对象允许您获取HTTP请求参数和请求头。
That method places the result in the request object and displays the results JSP.
该方法将结果放在请求对象中,并显示结果JSP。
For starters, Prototype's Request object takes two parameters to its constructor.
首先,Prototype的Request对象为其构造函数获取两个参数。
A view is a simple Python method that accepts a request object and is responsible for.
视图是一个简单的Python方法,它接受一个请求对象,负责实现。
The servlet container creates a servlet request object representing the user's request.
servlet容器创建一个表示用户请求的 servlet 请求对象。
APF fetches the username, password, and other information from the user's request object.
APF从用户的请求对象中得到用户名、密码和其他信息。
To get the value from the name attribute, users use the Route object instead of the Request object.
如果要获取name属性中的值,用户可以使用Route对象而不是Request对象。
I use the SOAPContext request object to get the attachment information as shown in the service code.
如服务代码中所示,我使用SOAPContext请求对象来获取附件信息。
The SOAP binding calls the target method in the target class and passes the Request object as a parameter.
SOAP绑定调用目标类中的目标方法,并将Request对象作为参数传递。
It reads all the parameters from the request object and sets it in the user object, using the set methods.
它从请求对象中读取所有参数,并将其在用户对象中用set方法进行设置。
Likewise, all.gtpl files have an instance of the HTTP request object handy (via the request variable).
同样,所有.gtpl文件都有一个HTTPrequest对象的实例可用(通过request变量)。
An easy way to satisfy this requirement is to store the script context as an attribute of the request object.
满足该请求的简单方式是将脚本上下文存储为request对象的属性。
Now your page has a request object, called request, and you've got a PHP script and database to get data from.
现在,页面已经有了一个请求对象,称为request,并且用来从中获取数据的php脚本和数据库也准备好了。
The EditUserProfileServlet sets the above UserDataBean in the request object and invokes user_profile_edit.jsp.
EditUserProfileServlet在请求对象中设置上面的UserDataBean,并调用user_profile_edit . jsp。
So, you need a constructor that takes the incoming request object and the locale determined by the servlet filter.
因此,您需要一个构造函数,该构造函数接受传入请求对象和Servlet筛选器所确定的区域设置作为参数。
APF creates an authentication token with the username, password, and other information fetched from the request object.
APF使用取自请求对象的用户名、密码和其他信息创建一个身份验证标记。
This new code just looks to see whether the request object has changed in response to this onreadystatechange callback.
这个新代码只是查看请求对象是否发生改变,以响应onreadystatechange回调。
The container receives the HTTP request and creates a request object that wraps information contained in the HTTP request.
容器接收到HTTP请求并创建一个请求对象,该对象将封装HTTP请求中包含的信息。
Finally, unlike ExtJS, in MooTools you actually need to send the request by using the send function of the request object.
最后,与ExtJS不同的是,在MooTools中,您需要使用Request对象的send函数发送请求。
To add the current site area to the request object, a JSP is called that adds the necessary information. Follow these steps.
要将当前的站点区域添加到请求对象中,调用一个jsp来添加必要的信息。
ServletRequestListener, which contains methods that gain control whenever a new servlet request object is created or deleted.
ServletRequestListener中包含的方法在创建或删除新的servlet请求对象时获得控制权。
The request processing class also must set the session variable jspMode with the parameter value read from the request object.
请求处理类还必须用从request对象中读取的参数值设置会话变量jspMode。
A concrete handler implements an action to take the request object and to maintain a reference to the next handler in the chain.
具体的处理者实现了一个获得请求对象的操作,并为链中的下一个处理者维持一个参考标准。
The JSP will define the inputs needed by the client service implementation to compose the request object passed to the simulator.
JSP将定义客户端服务实现所需的输入,以形成传递给模拟器的请求对象。
Finally, you use the request object to send the SOAP message and establish a timeout in the event that the service does not respond.
最后,使用请求对象发送SOAP消息,在服务不响应时设置超时。
Direct template access to the request object and attributes, the session object and attributes, and the servlet context and attributes.
对请求对象和属性、会话对象和属性以及servlet上下文和属性的直接模板访问。
They provide a Python client the ability to set request parameters consisting of UDDI base objects for the instantiated request object.
UDDI请求类使Python客户机具有为实例化的请求对象设置请求参数的能力,请求参数由uddi基对象组成。
应用推荐