org.apache.jasper.compiler
Class SmapUtil
java.lang.Object
   org.apache.jasper.compiler.SmapUtil
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.
- Author:
- Jayson Falkner, Shawn Bayern, Robert Field (inner SDEInstaller class), Mark Roth, Kin-man Chung
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
SMAP_ENCODING
public static final java.lang.String SMAP_ENCODING
- See Also:
- Constant Field Values
SmapUtil
public SmapUtil()
generateSmap
public static java.lang.String[] generateSmap(JspCompilationContext ctxt,
                                              Node.Nodes pageNodes)
                                       throws java.io.IOException
- Generates an appropriate SMAP representing the current compilation
 context.  (JSR-045.)
 
- 
- Parameters:
- ctxt- Current compilation context
- pageNodes- The current JSP page
- Returns:
- a SMAP for the page
- Throws:
- java.io.IOException
 
installSmap
public static void installSmap(java.lang.String[] smap)
                        throws java.io.IOException
- 
- Throws:
- java.io.IOException
 
evaluateNodes
public static void evaluateNodes(Node.Nodes nodes,
                                 SmapStratum s,
                                 java.util.HashMap innerClassMap,
                                 boolean breakAtLF)
- 
 
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.