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

Method getExtensions

java/org/apache/jasper/JspC.java:873–875  ·  view source on GitHub ↗

Returns the list of file extensions that are treated as JSP files. @return The list of extensions

()

Source from the content-addressed store, hash-verified

871 * @return The list of extensions
872 */
873 public List<String> getExtensions() {
874 return extensions;
875 }
876
877 /**
878 * Adds the given file extension to the list of extensions handled as JSP files.

Callers 1

scanFilesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected