Class SmapUtil
java.lang.Object
org.apache.jasper.compiler.SmapUtil
Contains static utilities for generating SMAP data based on the
current version of Jasper.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classprivate static class(package private) static class -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate List<SmapUtil.ClassInfo> private JspCompilationContextstatic final String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate voidevaluateNodes(Node.Nodes nodes, SmapStratum s, boolean breakAtLF) voidgenerateSmap(Node.Nodes pageNodes) Generates an appropriate SMAP representing the current compilation context.voidprivate static StringReturns an unqualified version of the given file path.
-
Field Details
-
ctxt
-
classInfos
-
SMAP_ENCODING
- See Also:
-
-
Constructor Details
-
SmapUtil
SmapUtil(JspCompilationContext ctxt)
-
-
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
-
unqualify
-
evaluateNodes
-