public class EJBServlet extends GenericServlet
Constructor and Description |
---|
EJBServlet() |
Modifier and Type | Method and Description |
---|---|
void |
destroy()
Called when the servlet (and the application) shuts down.
|
protected java.lang.String |
getDefaultProtocolContainer() |
void |
init()
Initialize the servlet
|
void |
service(ServletRequest request,
ServletResponse response)
Execute a request.
|
void |
setDebug(boolean debug)
Set true for a debug.
|
void |
setURLPrefix(java.lang.String prefix) |
getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log, toString
protected java.lang.String getDefaultProtocolContainer()
public void setDebug(boolean debug)
public void setURLPrefix(java.lang.String prefix)
public void init() throws ServletException
init
in class GenericServlet
ServletException
public void service(ServletRequest request, ServletResponse response) throws java.io.IOException, ServletException
request
- request information. Normally servlets will cast this
to HttpServletRequest
response
- response information. Normally servlets will cast this
to HttpServletRequest
java.io.IOException
ServletException
public void destroy()
GenericServlet
destroy
in interface Servlet
destroy
in class GenericServlet