MCPcopy Create free account
hub / github.com/apache/tomcat / ImportHandler

Method ImportHandler

java/jakarta/el/ImportHandler.java:300–302  ·  view source on GitHub ↗

Constructs an ImportHandler with the java.lang package pre-imported. The java.lang package is automatically available in all EL expressions.

()

Source from the content-addressed store, hash-verified

298 * The {@code java.lang} package is automatically available in all EL expressions.
299 */
300 public ImportHandler() {
301 importPackage("java.lang");
302 }
303
304 /**
305 * Imports a static field or method so it can be referenced by its simple name in EL

Callers

nothing calls this directly

Calls 1

importPackageMethod · 0.95

Tested by

no test coverage detected