Can you say, "Class Action Lawsuit?"
你问可以“集体诉讼么?”
United States: Class action lawsuit in state of Massachusetts
美国:马萨诸塞州,集体诉讼
If so, how could a solo trial judge manage such an enormous class action?
如果存在的话,仅靠一位初审法官怎么能够审理这样一场庞大的集体诉讼呢?
But groups need permission to bring a class action, and that can be denied.
但是这些人要进行集体诉讼必须获得批准,该请求可能会被驳回。
Class action is a system designed to resolve the disputes among parties.
群体诉讼是为解决当事人纠纷所设计的一种当事人制度。
You can create these magic methods in a class for a variety of action types.
可以在一个类中为各种不同的动作创建这些魔术方法。
Once you have your test class, the real action happens in your test methods.
一旦创建好测试类之后,测试方法中要有实际的动作。
We must pay attention to who is performing the action, I tell the class.
我们必须注意谁是行为的发出者,我告诉全班。
The remaining Action class implementations are very similar.
其余的操作类实现很相似。
The action class receives control from the input page.
这个操作类接管输入页面的控制权。
Form action class contains behavior for form actions.
表单操作类包含表单操作的行为。
You'll see this class in action in the upcoming example.
在下面的示例中会看到这个类的实际应用。
The domain model is populated appropriately inside the action class.
操作类中的域模型将被适当填充。
The Action class should control the flow and not the logic of the application.
action类应该控制应用程序的流程,而不应该控制应用程序的逻辑。
Generally, each Action class provides a very specific unit of work.
通常,每个Action类都提供了非常具体的工作单元。
First, it helps you avoid redundant code in every Action class of your Web application.
首先,它避免了Web应用程序中每个action类的冗余代码。
Based on the machine class, the appropriate action is taken.
根据机器类,采取适当的操作。
A simple Action class to go from the form page to the display page.
一个简单的action类,从表单页面转到显示页面。
The corresponding Action class may determine the order in which these methods are called.
相应的action类可以决定这些方法的调用顺序。
Note: "Think thin" when extending the Action class.
注:扩展Action类时请注意简洁。
An interesting observation is that Action is a class and not an interface.
(一个有趣的发现是,Action是类而不是接口)。
This page allows you to name — and will subsequently create — an Action class.
此页面允许您命名并随后创建action类。
Data is added in the Action class by making state and status of type arraylist.
通过将state和status设置为arraylist类型将数据添加到action类。
The Action class will handle all HTTP requests.
action类将处理所有HTTP请求。
Another way of thinking about Action class is as the Adapter design pattern.
考虑action类的另一种方式是Adapter设计模式。
The Action class has the list variables named state and status.
action类具有列表变量,名为state和status。
My final step is to write the Action class.
最后一步是编写action类。
Extend the Struts action class to handle the HTTP request.
扩展Struts动作类以处理HTTP请求。
Each Action class implements the execute method of the Struts Action class.
每个action类都将实现Struts action类的execute方法。
The hello_message action in the controller class is available to clients for method invocation.
控制器类中的 hello_message 操作可用于客户机进行方法调用。
应用推荐