Package org.apache.jasper.runtime
Interface JspSourceImports
public interface JspSourceImports
The EL engine needs access to the imports used in the JSP page to configure
the ELContext. The imports are available at compile time but the ELContext
is created lazily per page. This interface exposes the imports at runtime so
that they may be added to the ELContext when it is created.
-
Method Summary
-
Method Details
-
getPackageImports
-
getClassImports
-