Save This Page
Home » apache-tomcat-6.0.16-src » org.apache » jasper » compiler » [javadoc | source]
org.apache.jasper.compiler
public class: SmapUtil [javadoc | source]
java.lang.Object
   org.apache.jasper.compiler.SmapUtil
Contains static utilities for generating SMAP data based on the current version of Jasper.
Nested Class Summary:
static class  SmapUtil.SmapGenVisitor   
Field Summary
public static final  String SMAP_ENCODING     
Method from org.apache.jasper.compiler.SmapUtil Summary:
evaluateNodes,   generateSmap,   installSmap
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.jasper.compiler.SmapUtil Detail:
 public static  void evaluateNodes(Node.Nodes nodes,
    SmapStratum s,
    HashMap innerClassMap,
    boolean breakAtLF) 
 public static String[] generateSmap(JspCompilationContext ctxt,
    Node.Nodes pageNodes) throws IOException 
    Generates an appropriate SMAP representing the current compilation context. (JSR-045.)
 public static  void installSmap(String[] smap) throws IOException