Uses of Class
org.apache.jasper.compiler.Compiler
Packages that use Compiler
-
Uses of Compiler in org.apache.jasper
Fields in org.apache.jasper declared as CompilerMethods in org.apache.jasper that return CompilerModifier and TypeMethodDescriptionJspCompilationContext.createCompiler(boolean jspcMode) Create a "Compiler" object.JspCompilationContext.createParser()Create a compiler object for parsing only.JspCompilationContext.getCompiler() -
Uses of Compiler in org.apache.jasper.compiler
Fields in org.apache.jasper.compiler declared as CompilerModifier and TypeFieldDescriptionprivate CompilerPageDataImpl.SecondPassVisitor.compilerprivate CompilerParserController.compilerprivate CompilerTagFileProcessor.TagFileLoaderVisitor.compilerFields in org.apache.jasper.compiler with type parameters of type CompilerMethods in org.apache.jasper.compiler that return CompilerMethods in org.apache.jasper.compiler with parameters of type CompilerModifier and TypeMethodDescriptionstatic 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 ClassTagFileProcessor.loadTagFile(Compiler compiler, 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 CompilerModifierConstructorDescription(package private)DirectiveVisitor(Compiler compiler) (package private)Generator(ServletWriter out, Compiler compiler) Constructor.PageDataImpl(Node.Nodes page, Compiler compiler) Constructor.ParserController(JspCompilationContext ctxt, Compiler compiler) SecondPassVisitor(Node.Root root, StringBuilder buf, Compiler compiler, String jspIdPrefix) (package private)TagExtraInfoVisitor(Compiler compiler) TagFileDirectiveVisitor(Compiler compiler, javax.servlet.jsp.tagext.TagLibraryInfo tagLibInfo, String name, String path) (package private)TagFileLoaderVisitor(Compiler compiler) (package private)ValidateVisitor(Compiler compiler)