Class SmapUtil
java.lang.Object
org.apache.jasper.compiler.SmapUtil
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
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidgenerateSmap(org.apache.jasper.compiler.Node.Nodes pageNodes) Generates an appropriate SMAP representing the current compilation context.void
-
Field Details
-
SMAP_ENCODING
- See Also:
-
-
Method Details
-
generateSmap
Generates an appropriate SMAP representing the current compilation context. (JSR-045.)- Parameters:
pageNodes- The current JSP pagectxt- Current compilation context- Throws:
IOException
-
installSmap
- Throws:
IOException
-