Request handlers: Each service has its own request handler.
请求处理程序:每个服务都有自己的请求处理程序。
The declaration and naming of the request handlers are specified in the tags in solrconfig.xml.
请求处理程序的声明和命名通过solrconfig . xml中的标记指定。
It demultiplexes incoming client requests and dispatches them to their respective request handlers.
Selector 类将传入客户机请求多路分用并将它们分派到各自的请求处理程序。
Providing required model data for the presentation layer by consolidating responses from request handlers.
通过加强来自请求处理程序的响应为表示层提供所需的模型数据。
The ServicesController class ACTS as an application controller, routing incoming client requests to appropriate request handlers and formbeans.
servicescontroller类充当应用程序控制器,它将进入的客户机请求路由到合适的请求处理程序和formbean。
Request handlers rely on business locators to find the corresponding services then accesses the desired EIS information through those services.
请求执行程序依靠业务定位程序发现相应的服务,然后通过这些服务访问需要的EIS信息。
The service-specific parameters to the routing engine are provided by the request handlers, and then the request is handed over to the routing engine for appropriate task execution.
请求处理程序向路由引擎提供特定于服务的参数,然后将请求提交到路由引擎执行适当的任务。
In addition to converting syntax differences like tag names, you need to also register the request handlers in the service registry with the appropriate servlet.name service property.
除了转化语法差异(比如标记名称)之外,您还需要使用适当的servlet .name服务属性在服务注册表中注册请求处理程序。
In order to distinguish between different request handlers, you require an additional service property servlet.name, which is expected to match the servlet name for the incoming request.
为了区分不同的请求处理程序,您需要一个额外的服务属性servlet .name,该属性预计会匹配传入请求的servlet名称。
Request handlers: request handlers carry out specific request activities, like interacting with services for adding or retrieving information from various enterprise information systems (EISs).
请求执行程序(Request handlers):请求执行程序完成具体请求的活动,比如与服务交互,向不同的企业信息系统(enterpriseinformation systems,EIS)增加或检索信息。
As a software developer, you certainly have a high-level picture of how web apps work and what kinds of technologies are involved: the browser, HTTP, HTML, web server, request handlers, and so on.
作为一个软件开发者,你一定会对网络应用如何工作有一个完整的层次化的认知,同样这里也包括这些应用所用到的技术:像浏览器,HTTP,HTML,网络服务器,需求处理等等。
For example, an HTTP request through the system causes a set of events to occur. You can write handlers for these events.
例如,此系统的一个HTTP请求可以能够引起一系列事件,您可针对这些事件编写处理程序。
For each request processed by the ASP.NET engine, each configured HTTP module is initialized and allowed to wire up event handlers to the events raised during the processing of the request.
对于由asp.net引擎处理的每个请求,将初始化每个已配置的HTTP模块,并允许将事件处理程序绑定到处理请求期间所引发的事件。
Structurally, both stacks use handlers as part of the request and response processing.
从结构上讲,两种栈在处理请求和响应时都使用处理器。
The idea is that eventually one of these handlers in the chain will handle the request, and no error is raised.
道理在于,该链中的处理程序之一最终将处理请求,而错误信息不会出现。
Tag handlers and TLDs determine how the tags, their attributes, and their bodies will be interpreted and processed at request time from inside a JSP page.
标记处理程序和TLD确定在请求时,从JS p页面内如何解释和处理这些标记及其属性和主体。
Whether it's pre-loading image rollovers or initialing an XmlHttpRequest object for a later Ajax request or assigning event handlers, it's your code that takes time.
是否预加载图像翻转或初始化xmlhttprequest对象以用于稍后的Ajax请求,或分配事件处理程序,您的代码将花时间处理这些问题。
The two lines that start with app.get() are event handlers that are triggered when a GET request comes in.
这两行以 app.get()开始的代码是事件处理器,当GET请求进入时就会触发。
The request to the Place Statistics servlet is then made, and the callbacks hooked into the load or error handlers are invoked as appropriate.
然后生成对PlaceStatisticsservlet的请求,挂接到负载或错误处理程序的回调适当地得到调用。
If no handlers are found to handle the request, the server will return a 501 error.
如果没有找到处理请求的处理程序,服务器将返回一个501错误。
The image and comment handlers are called for every request.
照片和评论处理程序将针对每个请求进行调用。
Typically, those handlers specify a URL, and the JSF implementation forwards the request to that URL.
典型的情况是处理器声明了一个URL,JSF实现将这个请求前转到这个URL中。
In other words, an FIQ is just a higher priority interrupt request, that is prioritized by disabling IRQ and other FIQ handlers during request servicing.
在换句话说,一个FIQ仅仅是一个更高优先级的中断请求时,由请求服务期间禁用IRQ和其他FIQ处理程序的优先级。
In other words, an FIQ is just a higher priority interrupt request, that is prioritized by disabling IRQ and other FIQ handlers during request servicing.
在换句话说,一个FIQ仅仅是一个更高优先级的中断请求时,由请求服务期间禁用IRQ和其他FIQ处理程序的优先级。
应用推荐