public class BasicQueryWriterSettings extends Object
RioSetting
constants to use with QueryResultWriter
s.Modifier and Type | Field and Description |
---|---|
static RioSetting<Boolean> |
ADD_SESAME_QNAME
Specifies whether the writer should add the proprietary
"http://www.openrdf.org/schema/qname#qname" annotations to output.
|
static RioSetting<String> |
JSONP_CALLBACK
Specifies a callback function name for wrapping JSON results to support
the JSONP cross-origin request methodology.
|
public static final RioSetting<Boolean> ADD_SESAME_QNAME
Defaults to false.
public static final RioSetting<String> JSONP_CALLBACK
Defaults to "sesamecallback".
Copyright © 2001-2016 Aduna. All Rights Reserved.