Java javax.servlet ServletConfig fields, constructors, methods, implement or subclass

Example usage for Java javax.servlet ServletConfig fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.servlet ServletConfig.

The text is from its open source code.

Implementation

javax.servlet.ServletConfig has the following implementations.
Click this link to see all its implementation.

Constructor

Method

StringgetInitParameter(String name)
Gets the value of the initialization parameter with the given name.
EnumerationgetInitParameterNames()
Returns the names of the servlet's initialization parameters as an Enumeration of String objects, or an empty Enumeration if the servlet has no initialization parameters.
ServletContextgetServletContext()
Returns a reference to the ServletContext in which the caller is executing.
StringgetServletName()
Returns the name of this servlet instance.