@WebServlet(name="DataVisualizationController",
urlPatterns="/visualizationData")
public class DataVisualizationController
extends edu.cornell.mannlib.vitro.webapp.controller.VitroHttpServlet
| Modifier and Type | Field and Description |
|---|---|
static String |
FILE_CONTENT_KEY |
static String |
FILE_CONTENT_TYPE_KEY |
static String |
FILE_NAME_KEY |
protected static org.apache.jena.query.Syntax |
SYNTAX |
static String |
URL_ENCODING_SCHEME |
| Constructor and Description |
|---|
DataVisualizationController() |
| Modifier and Type | Method and Description |
|---|---|
void |
doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
doPost, dumpRequestParameters, isAuthorizedToDisplayPage, maximumMultipartFileSize, redirectToInsufficientAuthorizationPage, redirectToLoginPage, redirectUnauthorizedRequest, service, sortForPickList, stashFileSizeExceptiondoDelete, doHead, doOptions, doPut, doTrace, getLastModified, servicepublic static final String URL_ENCODING_SCHEME
protected static final org.apache.jena.query.Syntax SYNTAX
public static final String FILE_CONTENT_TYPE_KEY
public static final String FILE_CONTENT_KEY
public static final String FILE_NAME_KEY
public void doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws IOException,
javax.servlet.ServletException
doGet in class edu.cornell.mannlib.vitro.webapp.controller.VitroHttpServletIOExceptionjavax.servlet.ServletExceptionCopyright © 2022. All rights reserved.