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
| 从类 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 contextpageNodes - The current JSP page
- 抛出:
IOException
installSmap
public void installSmap()
throws IOException
- 抛出:
IOException
Copyright © 2013. All Rights Reserved.