예제 #1
0
 @Override
 protected boolean doExecute(Event event) {
   event.getContext().setAttribute("success", true);
   return true;
 }