|
|||||||||
| 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
vgrid.web.servlet.AbstractVgridServlet
public class AbstractVgridServlet
| Constructor Summary | |
|---|---|
AbstractVgridServlet()
|
|
| Method Summary | |
|---|---|
void |
destroy()
Destroys the servlet. |
protected ExecutingPlodderServer |
getServer()
|
void |
init(javax.servlet.ServletConfig config)
Initializes the servlet. |
protected void |
writeInputStreamToOutputStream(java.io.OutputStream out,
java.io.InputStream in)
|
| Methods inherited from class javax.servlet.http.HttpServlet |
|---|
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service |
| Methods inherited from class javax.servlet.GenericServlet |
|---|
getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, 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 AbstractVgridServlet()
| Method Detail |
|---|
protected ExecutingPlodderServer getServer()
protected void writeInputStreamToOutputStream(java.io.OutputStream out,
java.io.InputStream in)
throws java.io.IOException
java.io.IOException
public void init(javax.servlet.ServletConfig config)
throws javax.servlet.ServletException
init in interface javax.servlet.Servletinit in class javax.servlet.GenericServletjavax.servlet.ServletExceptionpublic 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 | ||||||||