Ejemplo n.º 1
0
 /**
  * Called after parsing is complete and this has been added to the object tree (whose root is
  * Router).
  */
 public void init(Router router) throws Exception {
   init();
   for (Interceptor i : interceptors) i.init(router);
 }