com.dhtmlx.connector
Class DummyStringConnector

java.lang.Object
  extended by com.dhtmlx.connector.BaseConnector
      extended by com.dhtmlx.connector.DummyStringConnector

public class DummyStringConnector
extends BaseConnector

The Class DummyStringConnector. Instead of executing any DB queries, connector will otput the XML string, which was defined during creation. It is used to define list of options through API, instead of polling them from DB


Field Summary
private  java.lang.String ready_data
          The xml data.
 
Fields inherited from class com.dhtmlx.connector.BaseConnector
access, cfactory, config, db_type, dynloading, dynloading_size, event, global_http_request, global_http_response, http_request, http_response, incoming_data, request, sql
 
Constructor Summary
DummyStringConnector(java.lang.String data)
          Instantiates a new dummy string connector.
 
Method Summary
 java.lang.String render()
          Build xml response, based on previously provided configuration All top level render methods, call this one, after parsing provided configuration
 
Methods inherited from class com.dhtmlx.connector.BaseConnector
dynamic_loading, dynamic_loading, enable_log, end_run, get_connection, is_select_mode, output_as_xml, output_as_xml, parse_request, render_connector, render_set, render_sql, render_sql, render_sql, render_table, render_table, render_table, resolve_parameter, safe_field_name, servlet, set_encoding, uuid, xml_end, xml_start
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ready_data

private java.lang.String ready_data
The xml data.

Constructor Detail

DummyStringConnector

public DummyStringConnector(java.lang.String data)
Instantiates a new dummy string connector.

Parameters:
data - the xml data
Method Detail

render

public java.lang.String render()
Description copied from class: BaseConnector
Build xml response, based on previously provided configuration All top level render methods, call this one, after parsing provided configuration

Overrides:
render in class BaseConnector
Returns:
the xml string