Uses of Class
org.apache.jasper.compiler.SmapStratum
Packages that use SmapStratum
-
Uses of SmapStratum in org.apache.jasper.compiler
Methods in org.apache.jasper.compiler that return SmapStratumModifier and TypeMethodDescriptionstatic SmapStratumSmapUtil.loadSmap(String className, ClassLoader cl) Methods in org.apache.jasper.compiler that return types with arguments of type SmapStratumModifier and TypeMethodDescriptionprotected Map<String,SmapStratum> Compiler.generateJava()Compile the jsp file into equivalent servlet in .java filestatic Map<String,SmapStratum> SmapUtil.generateSmap(JspCompilationContext ctxt, Node.Nodes pageNodes) Generates an appropriate SMAP representing the current compilation context.JspRuntimeContext.getSmaps()Methods in org.apache.jasper.compiler with parameters of type SmapStratumModifier and TypeMethodDescriptionstatic voidSmapUtil.evaluateNodes(Node.Nodes nodes, SmapStratum s, HashMap<String, SmapStratum> innerClassMap, boolean breakAtLF) Method parameters in org.apache.jasper.compiler with type arguments of type SmapStratumModifier and TypeMethodDescriptionstatic voidSmapUtil.evaluateNodes(Node.Nodes nodes, SmapStratum s, HashMap<String, SmapStratum> innerClassMap, boolean breakAtLF) protected voidAntCompiler.generateClass(Map<String, SmapStratum> smaps) Compile the servlet from .java file to .class fileprotected abstract voidCompiler.generateClass(Map<String, SmapStratum> smaps) Servlet compilation.protected voidJDTCompiler.generateClass(Map<String, SmapStratum> smaps) Compile the servlet from .java file to .class filestatic voidSmapUtil.installSmap(Map<String, SmapStratum> smapInfo)