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

Method importPackage

java/jakarta/el/ELManager.java:153–155  ·  view source on GitHub ↗

Imports all classes from a package so they can be referenced by their simple names in EL expressions. @param packageName the package name to import

(String packageName)

Source from the content-addressed store, hash-verified

151 * @param packageName the package name to import
152 */
153 public void importPackage(String packageName) {
154 getELContext().getImportHandler().importPackage(packageName);
155 }
156
157 /**
158 * Defines or removes a bean accessible by name in EL expressions. When a non-null bean

Callers 1

getImportHandlerMethod · 0.45

Calls 2

getELContextMethod · 0.95
getImportHandlerMethod · 0.45

Tested by

no test coverage detected