In traditional Web application development, page templating systems are used to cleanly separate view generation from controller logic and model data.
在传统的Web应用程序开发中,采用页面模板系统把视图生成与控制器逻辑和模型数据干净地分离。
The controller examines the request and extracts the view ID, which is determined by the name of the JSP page.
控制器会对请求进行考查,并提取出视图的ID,这是由jsp页面的名字来确定的。
When you want to go to another page, you push your view Controller (and associated view) onto the view Controller stack.
在你导向另外一个页面的时候,就把视图控制器放到视图控制器堆栈中。
The code passes the string value of what the control is referenced as in this local Web page so that the controller object can reference that when it renders the view objects.
代码传递在此局部网页中引用的控件的字符串值,以便在其显示视图对象时控制器对象可以引用该值。
The Controller serves as an intermediary between the Model, the View, and any other resources needed to process the HTTP request and generate a web page.
控制器是模型、视图以及其他任何处理HTTP请求所必须的资源之间的中介,并生成网页。
The Controller serves as an intermediary between the Model, the View, and any other resources needed to process the HTTP request and generate a web page.
控制器是模型、视图以及其他任何处理HTTP请求所必须的资源之间的中介,并生成网页。
应用推荐