public class PostServlet
extends javax.servlet.http.HttpServlet
| Constructor and Description |
|---|
PostServlet(org.oiue.service.action.api.ActionService actionService,
org.oiue.service.log.LogService logService) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doGet(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp) |
protected void |
doPost(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp) |
String |
getIpAddr(javax.servlet.http.HttpServletRequest request) |
void |
updated(Dictionary props) |
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, servicepublic PostServlet(org.oiue.service.action.api.ActionService actionService,
org.oiue.service.log.LogService logService)
public void updated(Dictionary props)
protected void doPost(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
throws javax.servlet.ServletException,
IOException
doPost in class javax.servlet.http.HttpServletjavax.servlet.ServletExceptionIOExceptionpublic String getIpAddr(javax.servlet.http.HttpServletRequest request)
protected void doGet(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
throws javax.servlet.ServletException,
IOException
doGet in class javax.servlet.http.HttpServletjavax.servlet.ServletExceptionIOExceptionCopyright © 2016. All rights reserved.