Class 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.
Author:
Jayson Falkner, Shawn Bayern, Robert Field (inner SDEInstaller class), Mark Roth, Kin-man Chung
  • Field Details

  • Method Details

    • generateSmap

      public void generateSmap(org.apache.jasper.compiler.Node.Nodes pageNodes) throws IOException
      Generates an appropriate SMAP representing the current compilation context. (JSR-045.)
      Parameters:
      pageNodes - The current JSP page
      ctxt - Current compilation context
      Throws:
      IOException
    • installSmap

      public void installSmap() throws IOException
      Throws:
      IOException