public class SmapUtil extends Object
| Modifier and Type | Field and Description | 
|---|---|
| static String | SMAP_ENCODING | 
| Constructor and Description | 
|---|
| SmapUtil() | 
| Modifier and Type | Method and Description | 
|---|---|
| static void | evaluateNodes(org.apache.jasper.compiler.Node.Nodes nodes,
             SmapStratum s,
             HashMap<String,SmapStratum> innerClassMap,
             boolean breakAtLF) | 
| static String[] | generateSmap(JspCompilationContext ctxt,
            org.apache.jasper.compiler.Node.Nodes pageNodes)Generates an appropriate SMAP representing the current compilation
 context. | 
| static void | installSmap(String[] smap) | 
public static final String SMAP_ENCODING
public static String[] generateSmap(JspCompilationContext ctxt, org.apache.jasper.compiler.Node.Nodes pageNodes) throws IOException
ctxt - Current compilation contextpageNodes - The current JSP pageIOException - Error writing SMAPpublic static void installSmap(String[] smap) throws IOException
IOExceptionpublic static void evaluateNodes(org.apache.jasper.compiler.Node.Nodes nodes,
                 SmapStratum s,
                 HashMap<String,SmapStratum> innerClassMap,
                 boolean breakAtLF)
Copyright © 2000-2020 Apache Software Foundation. All Rights Reserved.