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

Method getJspFile

java/org/apache/jasper/compiler/PageInfo.java:181–183  ·  view source on GitHub ↗

Returns the JSP file path. @return The JSP file path

()

Source from the content-addressed store, hash-verified

179 * @return The JSP file path
180 */
181 public String getJspFile() {
182 return jspFile;
183 }
184
185 /**
186 * Adds a dependent file to this page.

Callers 7

PageInfoMethod · 0.45
generateJavaMethod · 0.45
compileMethod · 0.45
isOutDatedMethod · 0.45
validateXmlViewMethod · 0.45
convertJspsMethod · 0.45
convertJspMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected