Uses of Interface
jakarta.servlet.ServletConfig
Packages that use ServletConfig
Package
Description
-
Uses of ServletConfig in jakarta.servlet
Classes in jakarta.servlet that implement ServletConfigModifier and TypeClassDescriptionclassDefines a generic, protocol-independent servlet.Methods in jakarta.servlet that return ServletConfigModifier and TypeMethodDescriptionGenericServlet.getServletConfig()Returns this servlet'sServletConfigobject.Servlet.getServletConfig()Returns aServletConfigobject, which contains initialization and startup parameters for this servlet.Methods in jakarta.servlet with parameters of type ServletConfigModifier and TypeMethodDescriptionvoidGenericServlet.init(ServletConfig config) Called by the servlet container to indicate to a servlet that the servlet is being placed into service.voidServlet.init(ServletConfig config) Called by the servlet container to indicate to a servlet that the servlet is being placed into service. -
Uses of ServletConfig in jakarta.servlet.http
Classes in jakarta.servlet.http that implement ServletConfigModifier and TypeClassDescriptionclassProvides an abstract class to be subclassed to create an HTTP servlet suitable for a Web site. -
Uses of ServletConfig in jakarta.servlet.jsp
Methods in jakarta.servlet.jsp that return ServletConfigModifier and TypeMethodDescriptionabstract ServletConfigPageContext.getServletConfig()The ServletConfig instance. -
Uses of ServletConfig in org.apache.jasper
Constructors in org.apache.jasper with parameters of type ServletConfigModifierConstructorDescriptionEmbeddedServletOptions(ServletConfig config, ServletContext context) Create an EmbeddedServletOptions object using data available from ServletConfig and ServletContext. -
Uses of ServletConfig in org.apache.jasper.runtime
Classes in org.apache.jasper.runtime that implement ServletConfigModifier and TypeClassDescriptionclassThis is the super class of all JSP-generated servlets.Methods in org.apache.jasper.runtime that return ServletConfigModifier and TypeMethodDescriptionJspContextWrapper.getServletConfig()PageContextImpl.getServletConfig()Methods in org.apache.jasper.runtime with parameters of type ServletConfigModifier and TypeMethodDescriptionstatic InstanceManagerInstanceManagerFactory.getInstanceManager(ServletConfig config) protected static StringTagHandlerPool.getOption(ServletConfig config, String name, String defaultV) static TagHandlerPoolTagHandlerPool.getTagHandlerPool(ServletConfig config) final voidHttpJspBase.init(ServletConfig config) protected voidTagHandlerPool.init(ServletConfig config) -
Uses of ServletConfig in org.apache.jasper.servlet
Classes in org.apache.jasper.servlet that implement ServletConfigMethods in org.apache.jasper.servlet with parameters of type ServletConfigConstructors in org.apache.jasper.servlet with parameters of type ServletConfigModifierConstructorDescriptionJspServletWrapper(ServletConfig config, Options options, String jspUri, JspRuntimeContext rctxt)