예제 #1
0
 @Override
 public void initialize(
     Servlet arg0,
     ServletRequest arg1,
     ServletResponse arg2,
     String arg3,
     boolean arg4,
     int arg5,
     boolean arg6)
     throws IOException, IllegalStateException, IllegalArgumentException {
   parentPageContext.initialize(arg0, arg1, arg2, arg3, arg4, arg5, arg6);
 }