| java.lang.Object org.apache.jasper.compiler.SmapUtil
SmapUtil | public class SmapUtil (Code) | | Contains static utilities for generating SMAP data based on the
current version of Jasper.
author: Jayson Falkner author: Shawn Bayern author: Robert Field (inner SDEInstaller class) author: Mark Roth author: Kin-man Chung |
Inner Class :static class SmapGenVisitor extends Node.Visitor | |
generateSmap | public static String[] generateSmap(JspCompilationContext ctxt, Node.Nodes pageNodes) throws IOException(Code) | | Generates an appropriate SMAP representing the current compilation
context. (JSR-045.)
Parameters: ctxt - Current compilation context Parameters: pageNodes - The current JSP page a SMAP for the page |
|
|