Uses of Class
org.apache.jasper.compiler.Compiler
-
Packages that use Compiler Package Description org.apache.jasper org.apache.jasper.compiler -
-
Uses of Compiler in org.apache.jasper
Fields in org.apache.jasper declared as Compiler Modifier and Type Field Description private CompilerJspCompilationContext. jspCompilerMethods in org.apache.jasper that return Compiler Modifier and Type Method Description CompilerJspCompilationContext. createCompiler(boolean jspcMode)Create a "Compiler" object.CompilerJspCompilationContext. createParser()Create a compiler object for parsing only.CompilerJspCompilationContext. getCompiler() -
Uses of Compiler in org.apache.jasper.compiler
Fields in org.apache.jasper.compiler declared as Compiler Modifier and Type Field Description private CompilerPageDataImpl.SecondPassVisitor. compilerprivate CompilerParserController. compilerprivate CompilerTagFileProcessor.TagFileLoaderVisitor. compilerFields in org.apache.jasper.compiler with type parameters of type Compiler Modifier and Type Field Description private java.util.ArrayList<Compiler>TagFileProcessor. tempVectorMethods in org.apache.jasper.compiler that return Compiler Modifier and Type Method Description CompilerParserController. getCompiler()Methods in org.apache.jasper.compiler with parameters of type Compiler Modifier and Type Method Description static voidCollector. collect(Compiler compiler, Node.Nodes page)static voidTextOptimizer. concatenate(Compiler compiler, Node.Nodes page)static voidGenerator. generate(ServletWriter out, Compiler compiler, Node.Nodes page)The main entry for Generator.private java.lang.ClassTagFileProcessor. loadTagFile(Compiler compiler, java.lang.String tagFilePath, javax.servlet.jsp.tagext.TagInfo tagInfo, PageInfo parentPageInfo)Compiles and loads a tagfile.voidTagFileProcessor. loadTagFiles(Compiler compiler, Node.Nodes page)Implements a phase of the translation that compiles (if necessary) the tag files used in a JSP files.static voidELFunctionMapper. map(Compiler compiler, Node.Nodes page)Creates the functions mappers for all EL expressions in the JSP page.static voidValidator. validate(Compiler compiler, Node.Nodes page)private static voidValidator. validateXmlView(javax.servlet.jsp.tagext.PageData xmlView, Compiler compiler)Validate XML view against the TagLibraryValidator classes of all imported tag libraries.Constructors in org.apache.jasper.compiler with parameters of type Compiler Constructor Description DirectiveVisitor(Compiler compiler)Generator(ServletWriter out, Compiler compiler)Constructor.PageDataImpl(Node.Nodes page, Compiler compiler)Constructor.ParserController(JspCompilationContext ctxt, Compiler compiler)SecondPassVisitor(Node.Root root, java.lang.StringBuilder buf, Compiler compiler, java.lang.String jspIdPrefix)TagExtraInfoVisitor(Compiler compiler)TagFileDirectiveVisitor(Compiler compiler, javax.servlet.jsp.tagext.TagLibraryInfo tagLibInfo, java.lang.String name, java.lang.String path)TagFileLoaderVisitor(Compiler compiler)ValidateVisitor(Compiler compiler)
-