Class ServletConfigImpl

  • All Implemented Interfaces:
    jakarta.servlet.ServletConfig

    public final class ServletConfigImpl
    extends Object
    implements jakarta.servlet.ServletConfig
    Implementation of the servlet configuration
    • Constructor Detail

      • ServletConfigImpl

        public ServletConfigImpl​(String name,
                                 jakarta.servlet.ServletContext context,
                                 Map<String,​String> initParams)
    • Method Detail

      • getServletName

        public String getServletName()
        Specified by:
        getServletName in interface jakarta.servlet.ServletConfig
      • getServletContext

        public jakarta.servlet.ServletContext getServletContext()
        Specified by:
        getServletContext in interface jakarta.servlet.ServletConfig
      • getInitParameter

        public String getInitParameter​(String name)
        Specified by:
        getInitParameter in interface jakarta.servlet.ServletConfig
      • getInitParameterNames

        public Enumeration<String> getInitParameterNames()
        Specified by:
        getInitParameterNames in interface jakarta.servlet.ServletConfig