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(Node.Nodes nodes,
             SmapStratum s,
             HashMap innerClassMap,
             boolean breakAtLF) | 
| static String[] | generateSmap(JspCompilationContext ctxt,
            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, Node.Nodes pageNodes) throws IOException
ctxt - Current compilation contextpageNodes - The current JSP pageIOException - in case of IO errorspublic static void installSmap(String[] smap) throws IOException
IOExceptionpublic static void evaluateNodes(Node.Nodes nodes, SmapStratum s, HashMap innerClassMap, boolean breakAtLF)
Copyright © 2000–2025 Apache Software Foundation. All rights reserved.