Thus, a method on the controller will be invoked when the server responds to the request from the application.
这样,当服务器响应来自应用程序的请求时,控制器上的一个方法将被调用。
Task commands are similar to controller commands, except that they cannot be invoked by an external request.
任务命令除了不能被外部请求调用外,其他和控制器命令很相似。
Here's an example of how it works: the representation of a server includes a bunch of "controller" URIs; a POST to one of these constitutes a request to do something, say reboot the server.
这里有一个它如何运作的例子:一个服务的展现包括了一堆“控制器”uri;对其中某个的POST操作组成了对某一事件的请求,比如重启服务器。
By putting this information on the FSB, the request agent lets other processors know how this transaction affects their caches, and how the memory controller (northbridge) should behave.
将这些信息放在前端总线中看,请求代理人让其他的处理器知道这种执行是如何影响缓存以及存储控制器(北桥)是如何运转的。
It functions as a controller that delegates most of the work done to service the HTTP request.
它起到控制器的作用,该控制器将委派完成大多数工作来处理HTTP请求。
At that moment, the toolkit agent invokes a peer request to the agent Controller at the caller machine by using the agent Controller at the call-recipient machine.
这时,toolkit代理在被调用的机器上使用代理控制器向调用机器上的代理控制器调用一个同样的请求。
The Controller looks at the incoming event and dispatches the request to an Action class. The struts-config.xml.
控制器查看输入事件并将请求分派给某个action类。
In the first phase of the JSF lifecycle — restore view — a request comes through the FacesServlet controller.
在JSF生命周期的第一个阶段——恢复视图——中,会有一个来自FacesServlet控制器的请求。
TurboGears' request dispatch mechanism is routed via controller class and method names.
TurboGears的请求分发机制通过控制器类和方法名进行路由。
In Listing 7, you send a request from console, in two forms, to invoke the list action on the trails controller.
在清单7中,从控制台以两种形式发送请求,调用trails控制器的list动作。
When a user requests a page from a Rails Web application, the URL is sent through a routing system, which sends the request to a controller.
用户从RailsWeb应用程序请求页面时,URL通过路由系统发送,后者将请求发送给控制器。
The ServicesController class ACTS as an application controller, routing incoming client requests to appropriate request handlers and formbeans.
servicescontroller类充当应用程序控制器,它将进入的客户机请求路由到合适的请求处理程序和formbean。
The front controller calls the execute method and passes it a number of useful objects, including the HTTP request and response objects.
前端控制器将调用execute方法,传递给它许多有用的对象,其中包括HTTP请求和响应对象。
A request from the browser is initially handled by the controller servlet's service .
来自浏览器的请求先由控制器servlet的service处理。
In the front controller, you told symfony to look for the controller and dispatch the request.
在前端控制器中,您将要求symfony查找控制器并发送请求。
Using access-control lists (ACLs), you could have created an action in the products controller and used it to grant create access to the user's access-request object (ARO) on each dealer ACO.
您可以使用访问控制列表(Access Control List,ACL)在products控制器中创建一个操作,并使用它为每个经销商aco上的用户访问请求对象(ARO)授权create访问权限。
However, in Web applications, the separation between view (the browser) and controller (the server-side components handling the HTTP request) is very well defined.
而在web应用程序中,视图(浏览器)和控制器(处理httprequest的服务器端组件)的分离是非常重要的。
The controller examines the request and extracts the view ID, which is determined by the name of the JSP page.
控制器会对请求进行考查,并提取出视图的ID,这是由jsp页面的名字来确定的。
The front controller is responsible for accepting the request and passing it off to a specific action.
前端控制器负责接受请求,并把请求传递到特定动作。
The Rails router routes the request to the controller based on the URL pattern.
Rails路由器根据URL模式把请求路由给控制器。
As the controller, it is the servlet's job to call the appropriate objects to fulfill the user's request.
作为控制器,调用合适的对象来履行用户的请求是servlet的工作。
The Spring MVC HTTP Request processing pipeline includes the ability to plug in an Interceptor before a controller has the chance to process the request.
SpringMVCHTTP请求处理途径中包括了在一个controller前插接拦截器(Interceptor)的能力,因而有机会处理请求。
With just a little extra effort, your controller can employ some helpers that use the Accept header to determine how to respond to an incoming request.
只要多花一点力气,控制器就能利用一些助手,用Accept头决定如何响应进入的请求。
Modify the controller to create a valid XML request to send to the USPS web service.
修改控制器以创建有效的XML请求并发送到USPSWeb services。
The default handler is a very simple Controller interface with just one method, ModelAndView handleRequest(request, response).
默认的处理程序是非常简单的Controller接口,只有一个方法ModelAndViewhandleRequest(request,response)。
The default handler is a very simple Controller interface with just one method, ModelAndView handleRequest(request, response).
默认的处理程序是非常简单的Controller接口,只有一个方法ModelAndViewhandleRequest(request,response)。
应用推荐