public class SparqlUtils extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SparqlUtils.AjaxControllerException |
| Modifier and Type | Field and Description |
|---|---|
static String |
OPTION_MODEL_FULL |
static String |
OPTION_MODEL_USER_ACCOUNTS |
static String |
PARAMETER_MODEL |
static String |
RESPONSE_MIME_TYPE |
| Constructor and Description |
|---|
SparqlUtils() |
| Modifier and Type | Method and Description |
|---|---|
static com.hp.hpl.jena.query.Query |
createQuery(String queryParam) |
static void |
executeQuery(javax.servlet.http.HttpServletResponse response,
com.hp.hpl.jena.query.Query query,
com.hp.hpl.jena.rdf.model.Model model) |
public static final String RESPONSE_MIME_TYPE
public static final String PARAMETER_MODEL
public static final String OPTION_MODEL_FULL
public static final String OPTION_MODEL_USER_ACCOUNTS
public static com.hp.hpl.jena.query.Query createQuery(String queryParam) throws SparqlUtils.AjaxControllerException
public static void executeQuery(javax.servlet.http.HttpServletResponse response,
com.hp.hpl.jena.query.Query query,
com.hp.hpl.jena.rdf.model.Model model)
throws IOException
IOExceptionCopyright © 2016. All rights reserved.