예제 #1
0
파일: Invoker.java 프로젝트: purplecow/play
 /**
  * Needs this method to do stuff *before* init() is executed. The different
  * Invocation-implementations does a lot of stuff in init() and they might do it before calling
  * super.init()
  */
 protected void preInit() {
   // clear language for this request - we're resolving it later when it is needed
   Lang.clear();
 }