public class CancelComputation
extends javax.servlet.http.HttpServlet
| Modifier and Type | Field and Description |
|---|---|
static String |
empty |
static String |
SERVLET_PATH |
| Constructor and Description |
|---|
CancelComputation() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
copyResponseAsXML(InputStream inputStream,
OutputStream outputStream,
boolean indent,
String id) |
protected void |
copyResponseStream(InputStream inputStream,
OutputStream outputStream,
String id,
long contentLength) |
protected void |
doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
protected void |
errorResponse(String error,
javax.servlet.http.HttpServletResponse response) |
static Throwable |
getRootCause(Throwable t) |
void |
init(javax.servlet.ServletConfig config) |
boolean |
isIDValid(String id) |
boolean |
isUUIDValid(String uuid) |
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, servicepublic static final String SERVLET_PATH
public static String empty
public void init(javax.servlet.ServletConfig config)
throws javax.servlet.ServletException
init in interface javax.servlet.Servletinit in class javax.servlet.GenericServletjavax.servlet.ServletExceptionprotected 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.ServletExceptionIOExceptionprotected void errorResponse(String error, javax.servlet.http.HttpServletResponse response) throws IOException
IOExceptionprotected void copyResponseStream(InputStream inputStream, OutputStream outputStream, String id, long contentLength) throws IOException
IOExceptionprotected void copyResponseAsXML(InputStream inputStream, OutputStream outputStream, boolean indent, String id) throws IOException
IOExceptionpublic boolean isIDValid(String id)
public boolean isUUIDValid(String uuid)
Copyright © 2017. All Rights Reserved.