org.apache.jasper.compiler
类 SmapUtil

java.lang.Object
  继承者 org.apache.jasper.compiler.SmapUtil

public class SmapUtil
extends 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

嵌套类摘要
static class SmapUtil.ClassInfo
           
 
字段摘要
static String SMAP_ENCODING
           
 
方法摘要
 void generateSmap(Node.Nodes pageNodes)
          Generates an appropriate SMAP representing the current compilation context.
 void installSmap()
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

SMAP_ENCODING

public static final String SMAP_ENCODING
另请参见:
常量字段值
方法详细信息

generateSmap

public void generateSmap(Node.Nodes pageNodes)
                  throws IOException
Generates an appropriate SMAP representing the current compilation context. (JSR-045.)

参数:
ctxt - Current compilation context
pageNodes - The current JSP page
抛出:
IOException

installSmap

public void installSmap()
                 throws IOException
抛出:
IOException


Copyright © 2013. All Rights Reserved.