public class Servlet
extends javax.servlet.http.HttpServlet
implements org.ogema.core.application.Application
| Constructor and Description |
|---|
Servlet() |
| Modifier and Type | Method and Description |
|---|---|
void |
doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
void |
doPost(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
void |
start(org.ogema.core.application.ApplicationManager appManager) |
void |
stop(org.ogema.core.application.Application.AppStopReason reason) |
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, servicepublic void start(org.ogema.core.application.ApplicationManager appManager)
start in interface org.ogema.core.application.Applicationpublic void stop(org.ogema.core.application.Application.AppStopReason reason)
stop in interface org.ogema.core.application.Applicationpublic void doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
IOException
doGet in class javax.servlet.http.HttpServletjavax.servlet.ServletExceptionIOExceptionpublic void doPost(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
IOException
doPost in class javax.servlet.http.HttpServletjavax.servlet.ServletExceptionIOExceptionCopyright © 2019. All rights reserved.