|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.dhtmlx.connector.BaseConnector
com.dhtmlx.connector.OptionsConnector
public class OptionsConnector
The Class OptionsConnector. Fetch list of options to be used in complex components
Field Summary | |
---|---|
protected boolean |
init_flag
The init flag. |
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 | |
---|---|
OptionsConnector(java.sql.Connection db)
Instantiates a new options connector. |
|
OptionsConnector(java.sql.Connection db,
DBType db_type)
Instantiates a new options connector. |
|
OptionsConnector(java.sql.Connection db,
DBType db_type,
BaseFactory a_factory)
Instantiates a new options connector. |
Method Summary | |
---|---|
protected void |
output_as_xml(java.lang.String data)
Output xml string with correct headers |
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, 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 |
---|
protected boolean init_flag
Constructor Detail |
---|
public OptionsConnector(java.sql.Connection db)
db
- the db connectionpublic OptionsConnector(java.sql.Connection db, DBType db_type)
db
- the db connectiondb_type
- the db typepublic OptionsConnector(java.sql.Connection db, DBType db_type, BaseFactory a_factory)
db
- the db connectiondb_type
- the db typea_factory
- the class factoryMethod Detail |
---|
public java.lang.String render()
BaseConnector
render
in class BaseConnector
protected void output_as_xml(java.lang.String data)
BaseConnector
output_as_xml
in class BaseConnector
data
- the xml string
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |