Class PluginResultFormatOData.ResultFormatterOData
- java.lang.Object
-
- de.fraunhofer.iosb.ilt.frostserver.plugin.odata.PluginResultFormatOData.ResultFormatterOData
-
- All Implemented Interfaces:
ResultFormatter
- Enclosing class:
- PluginResultFormatOData
public static class PluginResultFormatOData.ResultFormatterOData extends Object implements ResultFormatter
-
-
Field Summary
Fields Modifier and Type Field Description CoreSettingssettings
-
Constructor Summary
Constructors Constructor Description ResultFormatterOData(CoreSettings settings)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FormatWriterformat(de.fraunhofer.iosb.ilt.frostserver.path.ResourcePath path, de.fraunhofer.iosb.ilt.frostserver.query.Query query, Object result, boolean useAbsoluteNavigationLinks)StringgetContentType()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.fraunhofer.iosb.ilt.frostserver.formatter.ResultFormatter
preProcessRequest
-
-
-
-
Field Detail
-
settings
public final CoreSettings settings
-
-
Constructor Detail
-
ResultFormatterOData
public ResultFormatterOData(CoreSettings settings)
-
-
Method Detail
-
format
public FormatWriter format(de.fraunhofer.iosb.ilt.frostserver.path.ResourcePath path, de.fraunhofer.iosb.ilt.frostserver.query.Query query, Object result, boolean useAbsoluteNavigationLinks)
- Specified by:
formatin interfaceResultFormatter
-
getContentType
public String getContentType()
- Specified by:
getContentTypein interfaceResultFormatter
-
-