|
2008-02-07 1.1.0 | |||||||||
| 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
org.eclipse.soda.dk.epcglobal.llrp.write.profile.servlet.WriteProfileServlet
public class WriteProfileServlet
| Constructor Summary | |
|---|---|
WriteProfileServlet()
Constructs an instance of this class. |
|
| Method Summary | |
|---|---|
void |
bind(HttpService httpService,
WriteProfileConsole writeProfileConsole)
Bind with the specified http service and write profile console parameters. |
protected void |
doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Do get with the specified request and response parameters. |
protected void |
doPost(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Do post with the specified request and response parameters. |
| Methods inherited from class javax.servlet.http.HttpServlet |
|---|
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service |
| Methods inherited from class javax.servlet.GenericServlet |
|---|
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WriteProfileServlet()
| Method Detail |
|---|
public void bind(HttpService httpService,
WriteProfileConsole writeProfileConsole)
httpService - The http service (HttpService) parameter.writeProfileConsole - The write profile console (WriteProfileConsole) parameter.
protected void doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
java.io.IOException
doGet in class javax.servlet.http.HttpServletrequest - The request (HttpServletRequest) parameter.response - The response (HttpServletResponse) parameter.
javax.servlet.ServletException - Servlet Exception.
java.io.IOException - IOException.
protected void doPost(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
java.io.IOException
doPost in class javax.servlet.http.HttpServletrequest - The request (HttpServletRequest) parameter.response - The response (HttpServletResponse) parameter.
javax.servlet.ServletException - Servlet Exception.
java.io.IOException - IOException.
|
2008-02-07 1.1.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||