public class GenticsImageStoreRequest
extends java.lang.Object
Constructor and Description |
---|
GenticsImageStoreRequest() |
Modifier and Type | Method and Description |
---|---|
javax.servlet.http.Cookie[] |
getCookies()
Returns a list of cookies included with the request to the GenticsImageStore
|
java.util.Map<java.lang.String,java.lang.String> |
getHeaders()
Return a key/value Map of headers included with the request to the GenticsImageStore
|
java.lang.String |
getImageUri()
Returns the path to the image called by the request to the GenticsImageStore
|
java.lang.String |
getQueryString()
Returns all query parameters sent along with the request to the GenticsImageStore as a String
|
void |
setCookies(javax.servlet.http.Cookie[] cookies) |
void |
setHeaders(java.util.Map<java.lang.String,java.lang.String> headers) |
void |
setImageUri(java.lang.String imageUri) |
void |
setQueryString(java.lang.String queryString) |
public java.lang.String getImageUri()
public void setImageUri(java.lang.String imageUri)
imageUri
- image path to setpublic java.lang.String getQueryString()
public void setQueryString(java.lang.String queryString)
queryString
- the String of query parameters to setpublic javax.servlet.http.Cookie[] getCookies()
public void setCookies(javax.servlet.http.Cookie[] cookies)
cookies
- the list of cookies included to setpublic java.util.Map<java.lang.String,java.lang.String> getHeaders()
public void setHeaders(java.util.Map<java.lang.String,java.lang.String> headers)
headers
- the key/value Map of headers to setCopyright © 2019 Gentics Software. All Rights Reserved.