JsonOrJsonpBatchHandler
instead.@Deprecated @Produces(value={"application/json","application/javascript"}) public class JsonOrJsonpModelHandler extends Object implements M3Handler
M3Handler.M3Response
Modifier and Type | Field and Description |
---|---|
static String |
JSONP_DEFAULT_CALLBACK
Deprecated.
|
static String |
JSONP_DEFAULT_OVERWRITE
Deprecated.
|
PARAM_CLASSID, PARAM_DB, PARAM_FILLERID, PARAM_FORMAT, PARAM_HELP, PARAM_INDIVIDIALID, PARAM_MODEL_STRING, PARAM_MODELID, PARAM_PROPERTYID, PARAM_SIMPLE_ENABLED_BY, PARAM_SIMPLE_OCCURS_IN
Constructor and Description |
---|
JsonOrJsonpModelHandler(MolecularModelManager<?> models)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
M3Handler.M3Response |
getRelations()
Deprecated.
Get all relations/object properties (e.g.
|
M3Handler.M3Response |
m3GetAllModelIds(boolean help)
Deprecated.
|
M3Handler.M3Response |
m3GetModel(String modelId,
boolean help)
Deprecated.
|
public static final String JSONP_DEFAULT_CALLBACK
public static final String JSONP_DEFAULT_OVERWRITE
public JsonOrJsonpModelHandler(MolecularModelManager<?> models)
@JSONP(callback="jsonp", queryParam="json.wrf") public M3Handler.M3Response m3GetModel(String modelId, boolean help)
m3GetModel
in interface M3Handler
@JSONP(callback="jsonp", queryParam="json.wrf") public M3Handler.M3Response m3GetAllModelIds(boolean help)
m3GetAllModelIds
in interface M3Handler
@JSONP(callback="jsonp", queryParam="json.wrf") public M3Handler.M3Response getRelations()
getRelations
in interface M3Handler
Copyright © 2010–2015. All rights reserved.