Example #1
0
 /**
  * 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();
 }