public class QueryParameters
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ASYNC |
static java.lang.String |
CLOUDY_DAP |
static java.lang.String |
CONSTRAINT_EXPRESSION |
static java.lang.String |
FUNC |
static java.lang.String |
STORE_RESULT |
Constructor and Description |
---|
QueryParameters() |
QueryParameters(javax.servlet.http.HttpServletRequest req) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAsync() |
java.lang.String |
getCe() |
java.lang.String |
getCloudyDap() |
java.lang.String |
getFunc() |
java.lang.String |
getQueryRemainder() |
java.lang.String |
getStoreResultRequestServiceUrl() |
void |
ingestDap4Query(javax.servlet.http.HttpServletRequest req)
Using the passed HttpServletRequest this method extracts DAP4 query string parameters from the query string,
sets their internal values appropriately, and returns the DAP2 constraint expression String sans DAP4 components.
|
boolean |
isStoreResultRequest() |
void |
setAsync(java.lang.String waitTime) |
void |
setCe(java.lang.String dap4ce) |
void |
setCloudyDap(java.lang.String cloudyDapString)
Added for cloudydap experiment - ndp 1/19/17 - - - - - - - - - - - - - - - - - -
|
void |
setFunc(java.lang.String functionalExpression) |
void |
setIsStoreResultRequest(boolean value) |
void |
setStoreResultRequestServiceUrl(java.lang.String serviceUrl) |
public static final java.lang.String STORE_RESULT
public static final java.lang.String CONSTRAINT_EXPRESSION
public static final java.lang.String FUNC
public static final java.lang.String ASYNC
public static final java.lang.String CLOUDY_DAP
public QueryParameters()
public QueryParameters(javax.servlet.http.HttpServletRequest req) throws java.io.IOException
java.io.IOException
public java.lang.String getQueryRemainder()
public void setStoreResultRequestServiceUrl(java.lang.String serviceUrl)
public java.lang.String getStoreResultRequestServiceUrl()
public void setIsStoreResultRequest(boolean value)
public boolean isStoreResultRequest()
public void setAsync(java.lang.String waitTime)
public java.lang.String getAsync()
public void setFunc(java.lang.String functionalExpression)
public java.lang.String getFunc()
public void setCe(java.lang.String dap4ce)
public java.lang.String getCe()
public void setCloudyDap(java.lang.String cloudyDapString)
public java.lang.String getCloudyDap()
public void ingestDap4Query(javax.servlet.http.HttpServletRequest req) throws java.io.IOException
req
- java.io.IOException