Uses of Class
com.google.visualization.datasource.base.ResponseStatus

Packages that use ResponseStatus
com.google.visualization.datasource   
com.google.visualization.datasource.base   
com.google.visualization.datasource.render   
 

Uses of ResponseStatus in com.google.visualization.datasource
 

Methods in com.google.visualization.datasource with parameters of type ResponseStatus
static String DataSourceHelper.generateErrorResponse(ResponseStatus responseStatus, DataSourceRequest dsRequest)
          Generates an error response string for the given ResponseStatus.
static void DataSourceHelper.setServletErrorResponse(ResponseStatus responseStatus, DataSourceRequest dataSourceRequest, javax.servlet.http.HttpServletResponse res)
          Sets the HTTP servlet response in case of an error.
 

Uses of ResponseStatus in com.google.visualization.datasource.base
 

Methods in com.google.visualization.datasource.base that return ResponseStatus
static ResponseStatus ResponseStatus.createResponseStatus(DataSourceException dse)
          Creates a ResponseStatus for the given DataSourceException.
static ResponseStatus ResponseStatus.getModifiedResponseStatus(ResponseStatus responseStatus)
          Gets a modified response status in case of ReasonType#USER_NOT_AUTHENTICATED by adding a sign in html link for the given url.
 

Methods in com.google.visualization.datasource.base with parameters of type ResponseStatus
static ResponseStatus ResponseStatus.getModifiedResponseStatus(ResponseStatus responseStatus)
          Gets a modified response status in case of ReasonType#USER_NOT_AUTHENTICATED by adding a sign in html link for the given url.
 

Uses of ResponseStatus in com.google.visualization.datasource.render
 

Methods in com.google.visualization.datasource.render with parameters of type ResponseStatus
static String CsvRenderer.renderCsvError(ResponseStatus responseStatus)
          Renders an error message.
static CharSequence HtmlRenderer.renderHtmlError(ResponseStatus responseStatus)
          Renders a simple html for the given responseStatus.
static CharSequence JsonRenderer.renderJsonResponse(DataSourceParameters dsParams, ResponseStatus responseStatus, DataTable data)
          Returns the json response for the given data table.
 



Copyright © 2012 Google. All Rights Reserved.