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

Method setDefaultFactory

java/jakarta/servlet/jsp/JspFactory.java:59–61  ·  view source on GitHub ↗

set the default factory for this implementation. It is illegal for any principal other than the JSP Engine runtime to call this method. @param deflt The default factory implementation

(JspFactory deflt)

Source from the content-addressed store, hash-verified

57 */
58
59 public static void setDefaultFactory(JspFactory deflt) {
60 JspFactory.deflt = deflt;
61 }
62
63 /**
64 * Returns the default factory for this implementation.

Callers 3

testPoolSizeMethod · 0.95
JspCClass · 0.95
JasperInitializerClass · 0.95

Calls

no outgoing calls

Tested by 1

testPoolSizeMethod · 0.76