应用程序控制器利用它直接传入表单数据。
This is used by the application controller to simply pass in the form data directly.
应用程序控制器控制屏幕激活和反激活的生命周期。
The ApplicationController governs the screen activation and deactivation lifecycles.
类似地,可以考虑将这些应用程序控制器(或外观层)作为Web服务公开。
Similarly, consider those application controllers (or facades) exposed as Web services.
这个应用程序没有偏好设置,也没有超出文档的重要数据,所以“应用程序控制器”部分只有一个主菜单。
This application doesn't have any preferences or significant data outside the scope of the document, so the "Application Controllers" section just has the Main Menu in it.
这个程序不仅支持用户界面的拖放创建功能,还允许开发人员以图形的方式将UI控件 “连接”到底层应用程序控制器上的方法。
This program not only enables drag-and-drop creation of user interfaces, but also allows developers to visually "wire" the UI controls to methods on the underlying application controllers.
例如,在这个示例应用程序中,用户单击了register按钮,这个按钮被绑定到应用程序控制器的register方法。
For instance, in the example application, the user clicks the register button, which is bound to the register method of the application controller.
servicescontroller类充当应用程序控制器,它将进入的客户机请求路由到合适的请求处理程序和formbean。
The ServicesController class ACTS as an application controller, routing incoming client requests to appropriate request handlers and formbeans.
对Rails应用程序控制器进行测试的目的是,确保来自Web浏览器的所有请求都根据用户的输入得到了符合预期的响应,并产生适当的状态修改。
Testing the Rails application controllers aims to ensure all requests coming from the Web browser are answered as expected, based on the user input, while producing the appropriate state changes.
对Rails应用程序控制器进行测试的目的是,确保来自Web浏览器的所有请求都根据用户的输入得到了符合预期的响应,并产生适当的状态修改。
Testing the Rails application controllers aims to ensure all requests coming from the Web browser are answered as expected, based on the user input, while producing the appropriate state changes.
应用推荐