@Path(value="gis") public class GisResolver extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
GEO_EXPLORER_LAYER_UUID |
static String |
GIS_UUID |
static String |
help |
static String |
SCOPE |
static String |
UTF_8 |
| Constructor and Description |
|---|
GisResolver() |
| Modifier and Type | Method and Description |
|---|---|
GisLayerItem |
getGisLayerForLayerUUID(javax.servlet.http.HttpServletRequest req,
String scope,
String gisUUID)
Gets the gis layer for layer uuid.
|
javax.ws.rs.core.Response |
submitGet(javax.servlet.http.HttpServletRequest req,
String scope,
String gisUUID,
String geoExplorerUUID)
Submit get.
|
public static String help
public static final String UTF_8
public static final String GIS_UUID
public static final String SCOPE
public static final String GEO_EXPLORER_LAYER_UUID
@GET
@Path(value="")
public javax.ws.rs.core.Response submitGet(@Context
javax.servlet.http.HttpServletRequest req,
@QueryParam(value="scope")
String scope,
@QueryParam(value="gis-UUID")
String gisUUID,
@QueryParam(value="geo-exp")
String geoExplorerUUID)
throws javax.ws.rs.WebApplicationException
req - the reqscope - the scopegisUUID - the gis uuidgeoExplorerUUID - the geo explorer uuidjavax.ws.rs.WebApplicationException - the web application exceptionpublic GisLayerItem getGisLayerForLayerUUID(javax.servlet.http.HttpServletRequest req, String scope, String gisUUID) throws Exception
req - the reqscope - the scopegisUUID - the gis uuidException - the exceptionCopyright © 2021. All Rights Reserved.