In the next chapter, we turn to controllers and actions, which are the very heart of the MVC model.
在下一章中,我们回到控制器和动作,他们是MVC模型最核心的部分。
As the name suggests, this test ensures that different controllers and actions work together as expected.
顾名思义,这种测试确保不同的控制器和动作按照预期的方式配合工作。
We complete this chapter by discussing how you can write unit tests for your controllers and actions.
我们以讨论如何为您的控制器及其行为编写单元测试来结束本章。
As well as models, views, and controllers, MVC applications also use the ASP. NET routing system, which decides how URLs map to particular controllers and actions.
与模型、视图、控制器一样,MVC应用程序也使用ASP.NET的路由系统,它决定如何把URL映射到特定的控制器和动作。
This tutorial will show you how to use some of the most useful classes from the rich set of Spring MVC APIs, and you'll define controllers to handle actions for your JSP pages.
本教程将向您展示如何使用丰富的SpringMVCAPI集中的一些最有用的类,并且将定义控制器来处理JSP页面的操作。
If you're writing similar DAOs, managers, and actions or controllers and you're not generating the code for them, that's a code smell.
如果我们正在编写类似的DAO、管理器、操作或控件,并且不想为它们生成代码,那么这就需要根据代码的气味来生成代码。
The controllers are the form handlers and other server-side mechanisms for enabling browser actions to initiate changes to the model and subsequently update the view.
控制器是formhandlers和其它服务器端机制,使浏览器操作能够开始更改模式并随后更新视图。
The controllers are the form handlers and other server-side mechanisms for enabling browser actions to initiate changes to the model and subsequently update the view.
控制器是formhandlers和其它服务器端机制,使浏览器操作能够开始更改模式并随后更新视图。
应用推荐