Write a session controller class
编写一个会话控制程序类
Create a controller class for the service classes.
创建服务类的控制器类。
In the MVC paradigm, each view has a controller class.
在MVC模式中,每一个视图都有一个控制器类。
Implement the API methods in the client controller class.
在客户机控制器类中实现API方法。
Table 1 shows each window's name and its view controller class.
表1显示了每一个窗口的名称及其视图控制器类。
Test the Web service by adding scaffolding to the controller class.
通过向控制器类中添加scaffolding来测试Web服务。
View Controller: This is the view Controller class related to the hold view.
ViewController:这是与hold视图相关的View controller类。
Implement the API methods in the controller class as public instance methods.
在控制器类中实现作为公共实例方法的API方法。
In the controller class, you created the object to manage the collaboration.
在控制器类中,您创建了对象来管理协作。
The controller class also specifies the wsdl_service_name, the Web service name.
该控制器类还将指定Web服务名称wsdl_service_name。
Once you add a new controller class or method, it becomes automatically available.
在添加新控制器类或方法之后,它们就自动变为可用的了。
Define the API method or methods and implement the method in the controller class.
定义一个或多个API方法并在控制器类中实现方法。
The controller class contains the code the Web service makes available to a client.
该控制器类包含可用于客户机的Web服务代码。
Attach the service classes to the controller class with the web_service option.
用web_service选项将服务类与控制器类绑定在一起。
With the direct dispatching approach, a controller class may implement only one API.
通过直接调度方法,控制器类只能实现一个api。
Attach the service classes to the controller class using the web_service option.
使用web_service选项将服务类与控制器类绑定在一起。
When you created the NIB file, you also created the controller class for each view.
在您创建NIB文件之后,您还需要为每个视图创建控制器类。
TurboGears' request dispatch mechanism is routed via controller class and method names.
TurboGears的请求分发机制通过控制器类和方法名进行路由。
API methods for all the API service classes specified in the controller class get listed.
在控制器类中指定的所有api服务类的API方法都将被列出。
In the delegated dispatching approach, a controller class may implement more than one API.
在委托调度方法中,控制器类可以实现多个api。
Dynamic scaffolding is enabled by adding the scaffold method to your controller class.
通过将scaffold方法添加到控件类中可以启用动态scaffold。
The only class file in the portlet is the portlet controller class, called ZiptoLocPortlet.
portlet中唯一的类文件是portlet控制器类,名为ZiptoLocPortlet。
This enables events to be automatically forwarded to the controller class to be handled.
这允许将事件自动地转发给控制器类进行处理。
Attach the API web service class to a controller class using the web_service_api option.
使用web_service_api选项将apiweb服务类与控制器类绑定在一起。
The API method implementations are defined in the controller class as public instance methods.
API方法实现是作为公共实例方法定义在控制器类中的。
The hello_message action in the controller class is available to clients for method invocation.
控制器类中的 hello_message 操作可用于客户机进行方法调用。
Clicking the "add" button will cause the controller class to be created and added to the project.
点击“添加”按钮会生成一个控制器类,并将它加到项目中去。
These are used by the Interface Builder to hook up the interface elements to this controller class.
它们由InterfaceBuilder 用来将界面元素连接到这个控制器类。
A limitation of the direct dispatching approach is that a controller class may implement only one API.
direct调度方法的限制是控制器类只能实现一个api。
This is a controller class that has the responsibility of managing the execution of the business logic.
这是一个控制器类,其职责是管理业务逻辑的执行。
应用推荐