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 invalid input: '&'060;%@include file="..."%invalid input: '&'062; directive is used.This is what is used to generate servlets.Implementation of the TagLibraryInfo class from the JSP spec.Manages tag plugin optimizations.
-
Classes in org.apache.jasper.compiler used by org.apache.jasper.compilerClassDescriptionRepository of {page, request, session, application}-scoped beansMain JSP compiler class.This class defines internal representation for an EL Expression It currently only defines functions.Represents anything in EL expression, other than functions, including function arguments etcRepresents a function Currently only include the prefix and function name, but not its arguments.An ordered list of ELNode.Represents an EL expression: anything in ${ and }.Represents text outside of EL expression.Class responsible for dispatching JSP parse and javac compilation errors to the configured error handler.Interface for handling JSP parse and javac compilation errors.Keeps track of the generated Fragment Helper ClassA class for generating codes to a buffer.Class storing the result of introspecting a custom tag handler.TagInfo extension used by tag handlers that are implemented via tag files.Class providing details about a javac compilation error.Class implementing a parser for a JSP document, that is, a JSP page in XML syntax.JspReader is an input buffer for the JSP parser.Class for tracking JSP compile time file dependencies when the invalid input: '&'060;%@include file="..."%invalid input: '&'062; directive is used.Mark represents a point in the JSP input.Keep track of parser before parsing an included file.An internal data representation of a JSP page or a JSP docuement (XML).Represents an attribute directiveUsed as a placeholder for the evaluation code of a custom action attribute (used by the tag plugin machinery only).Collected information about child elements.Represents a Jsp comment Comments are kept for completeness.Represents a custom tagRepresents a declarationRepresents a invalid input: '<'jsp:doBody> tag file actionRepresents an EL expression.Represents an expression.Represents a fallback actionRepresents a forward actionRepresents a getProperty actionRepresents an include actionRepresents an include directiveRepresents a invalid input: '<'jsp:invoke> tag file actionRepresents attributes that can be request time expressions.Represents a JspBody node (<jsp:body>)Represents a invalid input: '<'jsp:element>.Represents a invalid input: '<'jsp:output>.Represents the root of a Jsp document (XML syntax)Represents the body of a <jsp:text> elementRepresents a Named Attribute (<jsp:attribute>)An ordered list of Node, used to represent the body of an element, or a jsp page of jsp document.Represents a page directiveRepresents a param actionRepresents a params actionRepresents a plugin actionRepresents the root of a Jsp page or Jsp documentRepresents an expression, declaration, or scriptletRepresents a scriptletRepresents a setProperty actionRepresents a tag directiveRepresents a custom taglib directiveRepresents a template text stringRepresents an uninterpreted tag, from a Jsp documentRepresents a useBean actionRepresents a variable directiveA visitor class for visiting the node.A repository for various info about the translation unit under compilation.Controller for the parsing of a JSP page.This is what is used to generate servlets.Represents the line and file mappings associated with a JSR-045 "stratum".Represents a single LineSection in an SMAP, associated with a particular stratum.Contains static utilities for generating SMAP data based on the current version of Jasper.1.Implementation of the TagLibraryInfo class from the JSP spec.
-
Classes in org.apache.jasper.compiler used by org.apache.jasper.servletClassDescriptionClass for tracking JSP compile time file dependencies when the invalid input: '&'060;%@include file="..."%invalid input: '&'062; directive is used.
-
Classes in org.apache.jasper.compiler used by org.apache.jasper.xmlparserClassDescriptionClass responsible for dispatching JSP parse and javac compilation errors to the configured error handler.