Interface JSPServletDescriptor

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getClassName()
      Returns the class name of the JSP servlet.
      java.util.Hashtable getInitializationParameters​(java.lang.String classPath, java.lang.String workingDirectory)
      Returns initialization parameters for the JSP servlet, given the specified classpath and working directory.
    • Method Detail

      • getClassName

        java.lang.String getClassName()
        Returns the class name of the JSP servlet.
      • getInitializationParameters

        java.util.Hashtable getInitializationParameters​(java.lang.String classPath,
                                                        java.lang.String workingDirectory)
        Returns initialization parameters for the JSP servlet, given the specified classpath and working directory.