Class JtpParser


  • public class JtpParser
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      JtpParser()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static org.apache.jasper.compiler.Node.Nodes parse​(java.lang.String relativeFilePath, byte[] input, java.net.URL resourceBase, boolean tag)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JtpParser

        public JtpParser()
    • Method Detail

      • parse

        public static org.apache.jasper.compiler.Node.Nodes parse​(java.lang.String relativeFilePath,
                                                                  byte[] input,
                                                                  java.net.URL resourceBase,
                                                                  boolean tag)
                                                           throws org.apache.jasper.JasperException,
                                                                  java.io.IOException
        Throws:
        org.apache.jasper.JasperException
        java.io.IOException