请求处理类读取hdchkDelete的参数值。
The request handling class reads the parameter values for hdchkDelete.
请求处理类从 reqeust 中读取参数值,如下所示
The request processing class reads the parameter values from the request as follows
请求处理类还必须用从request对象中读取的参数值设置会话变量jspMode。
The request processing class also must set the session variable jspMode with the parameter value read from the request object.
请注意,同步请求是在调用类的线程上处理的。
Note that a synchronous request is processed on the calling class's thread.
这个类编码SOAP请求消息、把消息发送出去并处理结果,还要装载和解析WSDL文件。
This class encodes the SOAP request message, sends it out and deals with the result, and the WSDL file is loaded and parsed.
既然请求已经通过了所有检查和障碍,它就可以交给模型类来处理了。
Now that the request has cleared all the checks and hurdles, it's ready to be handed off to the model class for processing.
sametimeunyteservice类提供了方法来处理生成的请求URL(开始或加入会议会话),并且提供一种方法确定某个会话的状态。
The SametimeUnyteService class provides methods to handle generating request URLs to start and join a meeting session, and a method to determine the status of a particular session.
BaseAction用于提供大多数逻辑和辅助(helper)方法,而其他action类需要用这些方法来处理用户请求。
BaseAction was designed to provide most of the logic and helper methods that the other Action classes require to process the users' requests.
viewrestorer类提供JSF侦听器方法来处理恢复请求。
The ViewRestorer class provides JSF listener methods that handle the restore requests.
Servlet的初始化参数指示jersey扫描org. developerworks . mobile包中被标记为处理服务请求的类。
The initialization parameter to the servlet tells Jersey to scan the org.developerworks.mobile package for classes that have been annotated to handle service requests.
servlet类是处理Atom提要请求的起始点。
The servlet class is the starting point for the Atom feed request processing.
将调用重写后的execute方法来处理请求,它继承自超类org . apache . struts . action . action。
The overridden method execute , which is inherited from the super-class org.apache.struts.action.Action, is called for processing the request.
这个处理程序类的实例用于过滤所有到达的请求、发出的响应和错误。
The instance of the handler class is used to filter all incoming requests, outgoing responses, and faults.
对于SAX和DOM工厂类,一个异常处理已请求的但不受支持的特性,另一个异常处理实例化错误。
As with the SAX and DOM factory classes, one exception handles requested — but unsupported — features, and another exception handles instantiation errors.
请求处理器使用请求uri寻找、匹配和调用相应的资源类和方法。
The request processor USES the request URI to find, match, and invoke the corresponding resource class and method.
action元素描述了从请求路径到相应的action类的映射,应该用这些类来处理来自这个路径的请求。
The action element describes a mapping from a request path to the corresponding action classes that should be used to process the requests.
servicescontroller类充当应用程序控制器,它将进入的客户机请求路由到合适的请求处理程序和formbean。
The ServicesController class ACTS as an application controller, routing incoming client requests to appropriate request handlers and formbeans.
action类与URL路径的映射被注册到Struts配置中,这样所有具有匹配路径的请求都被发送到与路径相映射的action类,然后再进行处理。
A mapping of the action class with the URL path is registered with the Struts configuration so that all requests with a matching path are sent to the mapped action class for processing.
在描述Servlet请求和响应处理逻辑之前,让我们先讨论以下实用类HTTPOut put(下面的清单2显示了其中的一部分代码)。
Before describing the servlet request and response processing logic, let's discuss the utility class HTTPOutput, partially shown in Listing 2 below.
获取令牌的请求由一个名为Dashboard的单态类进行处理,该类负责管理一个或多个组的端点的状态。
These requests for a token are serviced by a singleton class named Dashboard, which manages the status of the endpoints of one or several groups.
Ajax请求受到一个PHP驱动程序页的保护,该页先确保请求有效,然后将其传递到一个处理该请求的数据库包装类。
The Ajax requests are fielded by a PHP driver page, which makes sure that the request is valid and then passes it onto a database wrapper class that handles the request.
各个模块都定义了一组函数、类库等用以处理其他请求。
Each Module Initialization method initializes and define a set of functions, classes which will be used by future page requests.
Selector 类将传入客户机请求多路分用并将它们分派到各自的请求处理程序。
It demultiplexes incoming client requests and dispatches them to their respective request handlers.
新的action类使用一个resolver类处理请求并构建Atom提要。
Your new action class USES a resolver class that processes the request and builds the Atom feed.
中间件分数据库、远程过程调用、面向消息、对象请求代理、事务处理管程(TPM)或专用(PM)等类。
The middleware is divided into some classes, such as database, remote procedure call (RPC), oriented message, object request agent, transaction processing management (TPM) or special PM.
如果在派生类中重写,则表示将处理与HTTP请求完成关联的事件的方法。
When overridden in a derived class, represents the method that will handle the event associated with the completion of an HTTP request.
消息处理器是一个接收HTTP请求并返回HTTP响应的类。
A message handler is a class that receives an HTTP request and returns an HTTP response.
消息处理器是一个接收HTTP请求并返回HTTP响应的类。
A message handler is a class that receives an HTTP request and returns an HTTP response.
应用推荐