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

Method getIncludePrelude

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

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

()

Source from the content-addressed store, hash-verified

254 * @return The include prelude files
255 */
256 public Collection<String> getIncludePrelude() {
257 return includePrelude;
258 }
259
260 /**
261 * Sets the collection of include prelude files.

Callers 3

parseMethod · 0.95
generateJavaMethod · 0.45
parseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected