org.apache.jasper.compiler
Class SmapUtil
java.lang.Object
org.apache.jasper.compiler.SmapUtil
public class SmapUtil
extends java.lang.Object
Contains static utilities for generating SMAP data based on the
current version of Jasper.
- Jayson Falkner
- Shawn Bayern
- Robert Field (inner SDEInstaller class)
- Mark Roth
- Kin-man Chung
SMAP_ENCODING
public static final String SMAP_ENCODING
evaluateNodes
public static void evaluateNodes(Node.Nodes nodes,
SmapStratum s,
HashMap innerClassMap,
boolean breakAtLF)
generateSmap
public static String[] generateSmap(JspCompilationContext ctxt,
Node.Nodes pageNodes)
throws IOException
Generates an appropriate SMAP representing the current compilation
context. (JSR-045.)
ctxt
- Current compilation contextpageNodes
- The current JSP page
- a SMAP for the page
installSmap
public static void installSmap(String[] smap)
throws IOException
Copyright B) 2000 Apache Software Foundation. All Rights Reserved.