| Package | Description |
|---|---|
| org.apache.jasper.compiler |
| Modifier and Type | Method and Description |
|---|---|
SmapStratum |
Compiler.getSmap(String className) |
static SmapStratum |
SmapUtil.loadSmap(String className,
ClassLoader cl) |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,SmapStratum> |
Compiler.generateJava()
Compile the jsp file into equivalent servlet in .java file
|
static Map<String,SmapStratum> |
SmapUtil.generateSmap(JspCompilationContext ctxt,
Node.Nodes pageNodes)
Generates an appropriate SMAP representing the current compilation
context.
|
Map<String,SmapStratum> |
JspRuntimeContext.getSmaps() |
| Modifier and Type | Method and Description |
|---|---|
static void |
SmapUtil.evaluateNodes(Node.Nodes nodes,
SmapStratum s,
HashMap<String,SmapStratum> innerClassMap,
boolean breakAtLF) |
| Modifier and Type | Method and Description |
|---|---|
static void |
SmapUtil.evaluateNodes(Node.Nodes nodes,
SmapStratum s,
HashMap<String,SmapStratum> innerClassMap,
boolean breakAtLF) |
protected void |
JDTCompiler.generateClass(Map<String,SmapStratum> smaps)
Compile the servlet from .java file to .class file
|
protected abstract void |
Compiler.generateClass(Map<String,SmapStratum> smaps)
Servlet compilation.
|
protected void |
AntCompiler.generateClass(Map<String,SmapStratum> smaps)
Compile the servlet from .java file to .class file
|
static void |
SmapUtil.installSmap(Map<String,SmapStratum> smapInfo) |
Copyright © 2014–2019. All rights reserved.