Constructs an ImportHandler with the java.lang package pre-imported. The java.lang package is automatically available in all EL expressions.
()
| 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 |
nothing calls this directly
no test coverage detected