public abstract class BaseResponseValues extends Object implements ResponseValues
| Modifier and Type | Method and Description |
|---|---|
ContentType |
getContentType() |
Throwable |
getException() |
String |
getForwardUrl() |
Map<String,String> |
getHeader() |
Map<String,Object> |
getMap() |
com.hp.hpl.jena.rdf.model.Model |
getModel() |
String |
getRedirectUrl() |
int |
getStatusCode() |
String |
getTemplateName() |
void |
setContentType(ContentType contentType) |
void |
setStatusCode(int statusCode) |
public int getStatusCode()
getStatusCode in interface ResponseValuespublic void setStatusCode(int statusCode)
setStatusCode in interface ResponseValuespublic ContentType getContentType()
getContentType in interface ResponseValuespublic void setContentType(ContentType contentType)
setContentType in interface ResponseValuespublic String getTemplateName()
getTemplateName in interface ResponseValuespublic Map<String,Object> getMap()
getMap in interface ResponseValuespublic String getRedirectUrl()
getRedirectUrl in interface ResponseValuespublic Map<String,String> getHeader()
getHeader in interface ResponseValuespublic String getForwardUrl()
getForwardUrl in interface ResponseValuespublic Throwable getException()
getException in interface ResponseValuespublic com.hp.hpl.jena.rdf.model.Model getModel()
getModel in interface ResponseValuesCopyright © 2016. All rights reserved.