Class Jsp


  • public class Jsp
    extends Object
    Configuration for the server's JSP servlet.
    Since:
    2.0.0
    • Constructor Detail

      • Jsp

        public Jsp()
    • Method Detail

      • getClassName

        public String getClassName()
        Return the class name of the servlet to use for JSPs. If registered is true and this class is on the classpath then it will be registered.
        Returns:
        the class name of the servlet to use for JSPs
      • getRegistered

        public boolean getRegistered()
        Return whether the JSP servlet is registered.
        Returns:
        true to register the JSP servlet