类 Jsp


  • public class Jsp
    extends Object
    Configuration for the server's JSP servlet.
    从以下版本开始:
    2.0.0
    • 构造器详细资料

      • Jsp

        public Jsp()
    • 方法详细资料

      • 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.
        返回:
        the class name of the servlet to use for JSPs
      • getRegistered

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