Interface java.servlet.ServletStub
All Packages Class Hierarchy This Package Previous Next Index
Interface java.servlet.ServletStub
- public interface ServletStub
- extends Object
This interface is used to implement a servlet loader. It is not
normally used by servlet programmers.
-
getInitParameter(String)
- Gets an initialization parameter of the servlet.
-
getServletContext()
- Returns the context for the servlet.
getServletContext
public abstract ServletContext getServletContext()
- Returns the context for the servlet.
getInitParameter
public abstract String getInitParameter(String name)
- Gets an initialization parameter of the servlet.
All Packages Class Hierarchy This Package Previous Next Index