MCPcopy Create free account
hub / github.com/apache/tomcat / getImports

Method getImports

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

Returns the list of imports for this page. @return The imports list

()

Source from the content-addressed store, hash-verified

170 * @return The imports list
171 */
172 public List<String> getImports() {
173 return imports;
174 }
175
176 /**
177 * Returns the JSP file path.

Callers 4

appendPageDirectiveMethod · 0.45
visitMethod · 0.45
genPreambleImportsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected