Servlet compilation. This compiles the generated sources into Servlets. @param smaps The source maps for the class(es) generated from the source file @throws FileNotFoundException Source files not found @throws JasperException Compilation error @throws Exception Some other error
(Map<String,SmapStratum> smaps)
| 353 | * @throws Exception Some other error |
| 354 | */ |
| 355 | protected abstract void generateClass(Map<String,SmapStratum> smaps) |
| 356 | throws FileNotFoundException, JasperException, Exception; |
| 357 | |
| 358 | /** |
| 359 | * Compile the jsp file from the current engine context. |