public class GenticsImageStoreRequest extends 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
|
Map<String,String> |
getHeaders()
Return a key/value Map of headers included with the request to the GenticsImageStore
|
String |
getImageUri()
Returns the path to the image called by the request to the GenticsImageStore
|
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(Map<String,String> headers) |
void |
setImageUri(String imageUri) |
void |
setQueryString(String queryString) |
public String getImageUri()
public void setImageUri(String imageUri)
imageUri
- image path to setpublic String getQueryString()
public void setQueryString(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 Map<String,String> getHeaders()
Copyright © 2016 Gentics Software GmbH. All Rights Reserved.