Class WebXmlServlet

    • Constructor Detail

      • WebXmlServlet

        public WebXmlServlet()
    • Method Detail

      • addInitParam

        public void addInitParam​(WebXmlServletInitParam initParam)
        Add init param.
        Parameters:
        initParam - the init param.
      • getClassName

        public String getClassName()
        Get the class name.
        Returns:
        the class name.
      • isAsyncSupported

        public boolean isAsyncSupported()
        Is async supported.
        Returns:
        true if it is, false otherwise.
      • getServletName

        public String getServletName()
        Get the servlet name.
        Returns:
        the servlet name.
      • setClassName

        public void setClassName​(String className)
        Set the class name.
        Parameters:
        className - the class name.
      • setAsyncSupported

        public void setAsyncSupported​(boolean asyncSupported)
        Set if async is supported.
        Parameters:
        asyncSupported - the boolean value.
      • setServletName

        public void setServletName​(String servletName)
        Set the servlet name.
        Parameters:
        servletName - the servlet name.
      • toString

        public String toString()
        Return string representation.
        Overrides:
        toString in class Object
        Returns:
        the string representation.