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)
| 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 |
no test coverage detected