예제 #1
0
 @Override
 public String toString() {
   return sc.toString();
 }
예제 #2
0
 public BirtProvider(ServletContext servletContext) {
   log.info(servletContext.toString());
   IPlatformContext context = new PlatformServletContext(servletContext);
   startBirtEngine(context);
 }