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

Method newInstance

java/jakarta/el/ExpressionFactory.java:72–74  ·  view source on GitHub ↗

Create a new ExpressionFactory. The class to use is determined by the following search order: services API (META-INF/services/jakarta.el.ExpressionFactory) $JRE_HOME/lib/el.properties - key jakarta.el.ExpressionFactory jakarta.el.ExpressionFactory Platform

()

Source from the content-addressed store, hash-verified

70 * @return the new ExpressionFactory
71 */
72 public static ExpressionFactory newInstance() {
73 return newInstance(null);
74 }
75
76 /**
77 * Create a new {@link ExpressionFactory} passing in the provided {@link Properties}. Search order is the same as

Calls 15

getLockMethod · 0.95
getFactoryClassMethod · 0.95
getFactoryClassNameMethod · 0.95
discoverClassNameMethod · 0.95
setFactoryClassNameMethod · 0.95
setFactoryClassMethod · 0.95
messageMethod · 0.95
handleThrowableMethod · 0.95
putIfAbsentMethod · 0.80
readLockMethod · 0.80
writeLockMethod · 0.80
forNameMethod · 0.80