You will do this for the response object.
您将为响应对象进行此操作。
处理响应对象。
Response object is straightforward.
反应对象是直接的。
The response object is then returned to the client.
然后把响应对象返回给客户机。
Your application writes contents over the response object.
应用程序改写响应对象的内容。
Like a servlet, it receives a request and response object.
像servlet一样,它接受请求并响应对象。
You can get the created document entry from the response object.
您可以从响应对象获取已创建的文档条目。
Process data using access methods provided in the response object.
使用请求对象中所提供的访问方法处理数据。
The response object that passes the rendered results back to the framework.
响应对象,它将所表示的结果返回到这个框架中。
This method returns a Response object, from which you can retrieve a Document.
这个方法会返回一个Response对象,我们可以从中检索Document。
This gives each filter an opportunity to handle the response object if necessary.
这样就给每个过滤器都提供了根据需要处理响应对象的机会。
In this method, we get the Content-Length from the header in the response object.
此方法中,我们从响应对象的头部获取Content - Length。
After some time you should see the response object displayed within the Default.jsp.
在某个时间后,您应该看到显示在Default . js p内的响应对象。
This method puts important trigger handler information into a trigger response object.
该方法将重要的触发器处理程序信息放置到触发器响应对象。
The client performs a get operation on the response object to retrieve the response content.
客户机在响应对象上执行一个get操作来获取响应内容。
Create the simulator service that will apply the business rules to the generated response object.
生成模拟器服务,将业务规则运用到生成的响应对象上。
The response object in Listing 6 hides the raw HTTP response by parsing the JSON accordingly.
通过解析相应的JSON,清单6中的response对象将隐藏原始HTTP应答。
Populate the empty OMElement response object from Step 3 using data received from the IoC bean in Step 2.
用从第2步中的IoCbean中接收到数据填充第3步中的空omelement响应对象。
From the response object you can assert whether the portlet has been displayed as expected in the View mode.
通过响应对象,您可以断定portlet是否如预期以View模式显示。
The response object lets you set HTTP response headers and provides a writer identified with out in the JSP code.
response对象允许您设置HTTP响应头并提供一个写入程序,该程序使用JSP代码中的out标识。
Servlet filters can now be applied anywhere that a request and response object exist within a J2EE Web environment.
Servlet过滤器现在可以应用于J2EEWeb环境中存在请求和响应对象的任何地方。
The simulator service is responsible for generating the response object that will be returned to the calling client service.
模拟器服务层负责生成请求对象,该对象会返回到进行调用的客户端服务。
The reply comes back as a SOAPMessage object, but you need to pass the actual text of the message to the servlet's Response object.
将答复作为SOAPMessage对象返回,但是您需要把消息的实际文本传递给servlet的Response对象。
The container also creates a response object, which different filters can process to prepare an HTTP response for the requesting client.
容器还创建一个各种过滤器都可处理的响应对象,从而为发出请求的客户机准备好HTTP响应。
If you look back at Listing 2 in the event method, when the event is a BEGIN, the response object is passed in to the MessageSender.
回头看看清单2中的event方法,当事件为BEGIN时,response对象被传入到MessageSender中。
If the incoming request is either get or head, then the header in the response object is set and then forwards this request to the get method.
如果进入的请求是get或head,那么将设置响应对象的头部(header),然后将此请求转发给get方法。
The response object is now ready. The container translates the response object into an HTTP response and sends the response to the requesting client.
响应对象已经准备好了,容器将响应对象转换为HTTP 响应,并将响应发送到发出请求的客户机。
The response object is now ready. The container translates the response object into an HTTP response and sends the response to the requesting client.
响应对象已经准备好了,容器将响应对象转换为HTTP 响应,并将响应发送到发出请求的客户机。
应用推荐