MCPcopy Index your code
hub / github.com/apache/tomcat / generateClass

Method generateClass

java/org/apache/jasper/compiler/Compiler.java:355–356  ·  view source on GitHub ↗

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)

Source from the content-addressed store, hash-verified

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.

Callers 1

compileMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected