|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.servlet.GenericServlet
javax.servlet.http.HttpServlet
helma.servlet.AbstractServletClient
helma.servlet.StandaloneServletClient
public final class StandaloneServletClient
Standalone servlet client that runs a Helma application all by itself in embedded mode without relying on a central instance of helma.main.Server to start and manage the application. StandaloneServletClient takes the following init parameters:
| Constructor Summary | |
|---|---|
StandaloneServletClient()
|
|
| Method Summary | |
|---|---|
void |
destroy()
The servlet is being destroyed. |
void |
init(javax.servlet.ServletConfig init)
Init this servlet. |
| Methods inherited from class helma.servlet.AbstractServletClient |
|---|
getServletInfo, parseParameters, parseParameters, parseUploads, service, writeResponse |
| Methods inherited from class javax.servlet.http.HttpServlet |
|---|
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service |
| Methods inherited from class javax.servlet.GenericServlet |
|---|
getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletName, init, log, log |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StandaloneServletClient()
| Method Detail |
|---|
public void init(javax.servlet.ServletConfig init)
throws javax.servlet.ServletException
AbstractServletClient
init in interface javax.servlet.Servletinit in class AbstractServletClientinit - ...
javax.servlet.ServletException - ...public void destroy()
destroy in interface javax.servlet.Servletdestroy in class javax.servlet.GenericServlet
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||