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

Method getClassPath

java/org/apache/jasper/JspC.java:851–857  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

849 }
850
851 @Override
852 public String getClassPath() {
853 if (classPath != null) {
854 return classPath;
855 }
856 return System.getProperty("java.class.path");
857 }
858
859 /**
860 * Sets the classpath used while compiling the servlets generated from JSP files

Callers 1

initClassLoaderMethod · 0.95

Calls 1

getPropertyMethod · 0.65

Tested by

no test coverage detected