Uses of Package
org.apache.jasper.compiler
Packages that use org.apache.jasper.compiler
Package
Description
-
Classes in org.apache.jasper.compiler used by org.apache.jasperClassDescriptionMain JSP compiler class.Handles the jsp-config element in WEB_INF/web.xml.Class for tracking JSP compile time file dependencies when the >%@include file="..."%< directive is used.This is what is used to generate servlets.Manages tag plugin optimizations.This class caches parsed instances of TLD files to remove the need for the same TLD to be parsed for each JSP that references it.
-
Classes in org.apache.jasper.compiler used by org.apache.jasper.compilerClassDescriptionMain JSP compiler class.Defines the interface for the expression language interpreter.Class responsible for dispatching JSP parse and javac compilation errors to the configured error handler.Class providing details about a javac compilation error.This is what is used to generate servlets.Represents the line and file mappings associated with a JSR-045 "stratum".Defines the interface for the String interpreter.This class caches parsed instances of TLD files to remove the need for the same TLD to be parsed for each JSP that references it.
-
Classes in org.apache.jasper.compiler used by org.apache.jasper.optimizationsClassDescriptionDefines the interface for the expression language interpreter.Defines the interface for the String interpreter.
-
Classes in org.apache.jasper.compiler used by org.apache.jasper.servletClassDescriptionClass for tracking JSP compile time file dependencies when the >%@include file="..."%< directive is used.