I will leave the existing before method alone, and just add additional states in the new state.
我没有使用已有的before方法,只是在新状态中添加另外的状态。
My application requires three kinds of notification: set attribute value, before method invocation, and after method invocation.
这个应用程序需要三种通知:设置属性值、方法调用之前以及方法调用之后。
This method tells you all information you need to know: whether one node is descendant of an ancestor of the other, whether it is before or after, and so on.
这个方法告诉您所有想知道的信息:一个节点是否是另一个节点的祖先的后代,它是在前面还是后面呢,等等。
A problem with this dating method is that an object could have been carried around, used for several generations before it was discarded.
这种年代测定法的一个问题是,有可能某一件东西从一个地方被带到了另外的地方,且被好几代人用了之后才被埋入土中。
Before invoking this method, you have to rescale the color values into that range.
在调用此方法之前,您必须重新将颜色值调整到此范围内。
The result of the command should be set in the command before returning from this method.
从此方法返回之前,该命令的结果应该在命令中进行设置。
Before adding actions, first add a method that will return the completed SQL to the caller.
在添加动作之前,首先要添加将向调用程序返回完整sql的方法。
With this handy feature, you can easily specify dependent methods, such as the login from above, which will execute before a desired method.
有了这个便利的特性,就可以轻松指定依赖方法。例如,前面所说的登录将在某个方法之前运行。
This method will be executed automatically by the controller before any method called by the user.
在执行用户调用的任何方法之前,控制器将自动执行这个方法。
A custom component must override this method to commit properties before validation happens.
定制组件必须在验证发生之前覆盖这个方法以提交属性。
Each unit, defined at the method level, is tested separately before integration with its respective modules.
在方法级定义的每个单元在与其各自的模块集成之前要分别予以测试。
When the caller invokes the proxy, you're free to add any custom features you may require before invoking the real method.
当调用者调用代理时,您可以在调用真实方法前,轻松添加您需要的任何定制特性。
Invoke the above generic method, which must always be called before processing the request.
调用上述的泛型方法(通常在处理请求前调用该方法)。
An aspect's functionality can be inserted into the overall flow before the object's method is called (Figure 4), or after the method (Figure 5).
在对象方法访问之前(图4)或之后(图5),方面功能都可以嵌入到所有的流程中去。
If you wish to use Aged timeout with JMS connections from within EJBs, ensure that any JMS work is explicitly committed on the JMS session before the EJB method that performs the JMS operations exits.
如果希望将过时超时与ejb中的JMS连接一起使用,则在执行JMS操作的EJB方法退出之前,确保在JMS会话中显式提交任何JMS工作。
The fact is that psychoanalysis is a scientific method which, before it can be more generally accepted, will have to wait until much more water has flowed under London Bridge.
其实,精神分析学是一种科学方法,在其可以被广泛接受之前,将不得不等到更多的水流过伦敦桥。
They didn't invent this method, it has been used before, it's all fake!
这种做法我们过去已经有了,不是他们的创造发明,都是假的呀!
The equals sign before the method body tells the compiler, as well as the human reader, where the method body begins.
方法主体前面的等于号告诉编译器函数的主体从这里开始,就像我们看到的一样。
A class invariant must hold before and after all method calls (once the object is constructed).
类在方法调用之前和之后必须保持不变(一旦对象已经构建)。
You can use the newly created look and feel in any Swing application by invoking the following line in the main method before the first widget is created.
通过在main方法中第一个窗口小部件创建之前调用下面一行代码,您便可以在任何Swing应用程序中使用新创建的lookandfeel。
The authenticated Subject can be stored in this SubjectHolder immediately following authentication and before calling the doAs method.
认证的Subject可以在认证之后和调用doAs方法之前存储在这个SubjectHolder中。
OVal also supports a means to prevalidate class members before or after a method call.
OVal也支持在方法调用前或后对类成员进行预先验证。
BeforeTestMethod methods are executed before the execution of any test method in a class.
beforeTestMethod方法在类中的任何测试方法执行之前执行。
Finally, Rails rolls those changes back to return the database to the state that existed before the test method ran.
最后,Rails回滚这些变化,将数据库返回到测试方法运行之前的状态。
The JUnit framework runs the setUp method before each test method, so that's the logical place to do any set up that every test needs.
JUnit框架在每个测试方法之前运行setUp方法,因此这就是进行所有测试需要的任何设置的逻辑场所。
JUnit 3 test runners automatically invoke the setUp method before running each test.
JUnit3测试运行程序(test runner)会在运行每个测试之前自动调用setUp方法。
BeforeUpdate closure gets called before the update method.
beforeUpdate在update方法执行前被调用。
That lock method would be called at the end of the main method before any start lifecycle were invoked and would very effectively prevent misuse.
应该在main方法结束的地方、调用任何启动生命周期方法之前调用lock方法锁定服务定位器,这样可以有效地防止误用。
The validate method is called by the controller servlet after the bean properties have been populated, but before the AddABookActionperform method is invoked.
这个validate方法由控制器servlet在bean属性被植入之后而在AddABookActionperform方法被调用之前进行调用。
With the JSR 168 API for URL generation, portlets always had to convert URL objects to a string using the PortletURL.toString method before writing them out into markup.
对于使用JSR 168API的URL生成,Portlet始终必须在将URL对象写入到标记中之前,使用PortletURL. toString方法将其转换为字符串。
应用推荐