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

Method getIncludeCoda

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

Returns the collection of include coda files. @return The include coda files

()

Source from the content-addressed store, hash-verified

272 * @return The include coda files
273 */
274 public Collection<String> getIncludeCoda() {
275 return includeCoda;
276 }
277
278 /**
279 * Sets the collection of include coda files.

Callers 3

parseMethod · 0.95
generateJavaMethod · 0.45
parseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected