|
Tynamo™-TINI v1.0.4 |
||||||||
| 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
com.qindesign.servlet.LoaderServlet
public class LoaderServlet
Servlet that loads and services other servlets. Effectively, this provides a context.
When adding this servlet to the servlet configuration file, remember to append "/*" to the mapping. It ensures that any servlet loaded by this loader servlet will receive its "Path Info". Please consult the Servlet 2.2 specification for further details.
init(),
Serialized Form| Constructor Summary | |
|---|---|
LoaderServlet()
|
|
| Method Summary | |
|---|---|
protected void |
doGet(HttpServletRequest req,
HttpServletResponse resp)
Process a GET request. |
protected void |
doPost(HttpServletRequest req,
HttpServletResponse resp)
Process a POST request. |
void |
init()
Checks the "classpath" initialization parameter. |
| Methods inherited from class javax.servlet.http.HttpServlet |
|---|
doDelete, doOptions, doPut, doTrace, getLastModified, service, service |
| Methods inherited from class javax.servlet.GenericServlet |
|---|
destroy, 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 LoaderServlet()
| Method Detail |
|---|
public void init()
throws ServletException
init in class GenericServletServletException
protected void doPost(HttpServletRequest req,
HttpServletResponse resp)
throws ServletException,
IOException
doGet method.
doPost in class HttpServletServletException
IOException
protected void doGet(HttpServletRequest req,
HttpServletResponse resp)
throws ServletException,
IOException
doGet in class HttpServletServletException
IOException
|
Tynamo™-TINI v1.0.4 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||