This servlet receives all requests (AbstractRequest) from the clients, passes them to the CopaSystem and sends the reponses back.
More...
|
void | init () throws ServletException |
|
String | getServletInfo () |
| Returns a short description of the servlet. More...
|
|
void | init (FilterConfig filterConfig) throws ServletException |
|
void | doFilter (ServletRequest request, ServletResponse response, FilterChain chain) throws IOException, ServletException |
|
GeneralUserPermission | determineGeneralPermission (HttpServletRequest request) |
|
|
void | doPost (HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException |
| Handles the HTTP POST method. More...
|
|
This servlet receives all requests (AbstractRequest) from the clients, passes them to the CopaSystem and sends the reponses back.
- Author
- Felix Wiemuth
void unicopa.copa.server.servlet.CopaServlet.doPost |
( |
HttpServletRequest |
request, |
|
|
HttpServletResponse |
response |
|
) |
| throws ServletException, IOException |
|
protected |
Handles the HTTP POST
method.
- Parameters
-
request | servlet request |
response | servlet response |
- Exceptions
-
ServletException | if a servlet-specific error occurs |
IOException | if an I/O error occurs |
String unicopa.copa.server.servlet.CopaServlet.getServletInfo |
( |
) | |
|
Returns a short description of the servlet.
- Returns
- a String containing servlet description
The documentation for this class was generated from the following file:
- CopaServer/src/main/java/unicopa/copa/server/servlet/CopaServlet.java