|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.visualization.datasource.base.DataSourceParameters
public class DataSourceParameters
This class contains the data source parameters of the request. The data source parameters are extracted from the "tqx" URL parameter.
| Constructor Summary | |
|---|---|
DataSourceParameters(java.lang.String tqxValue)
Constructs a new instance of this class, with the given "tqx" string and parses it. |
|
| Method Summary | |
|---|---|
static DataSourceParameters |
getDefaultDataSourceParameters()
Returns a default DataSourceParameters object. |
java.lang.String |
getOutFileName()
Returns the out file name. |
OutputType |
getOutputType()
Returns the output type. |
java.lang.String |
getRequestId()
Returns the request id. |
java.lang.String |
getResponseHandler()
Returns the response handler. |
java.lang.String |
getSignature()
Returns the signature. |
java.lang.String |
getTqxValue()
Returns the "tqx" value. |
void |
setOutputType(OutputType outputType)
Sets the output type. |
void |
setSignature(java.lang.String signature)
Sets the signature. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DataSourceParameters(java.lang.String tqxValue)
throws DataSourceException
tqxValue - The "tqx" string to parse.
DataSourceException - Thrown if parsing of request parameters fails.| Method Detail |
|---|
public static DataSourceParameters getDefaultDataSourceParameters()
public java.lang.String getRequestId()
public java.lang.String getSignature()
public void setSignature(java.lang.String signature)
signature - The signature.public OutputType getOutputType()
public void setOutputType(OutputType outputType)
outputType - The output type.public java.lang.String getResponseHandler()
public java.lang.String getOutFileName()
public java.lang.String getTqxValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||