Uses of Class
com.epimorphics.webapi.ResultPage
-
Packages that use ResultPage Package Description com.epimorphics.webapi.marshalling -
-
Uses of ResultPage in com.epimorphics.webapi.marshalling
Methods in com.epimorphics.webapi.marshalling with parameters of type ResultPage Modifier and Type Method Description longJSONResultMarshaller. getSize(ResultPage t, Class<?> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType)longRDFXMLResultMarshaller. getSize(ResultPage t, Class<?> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType)longTurtleResultMarshaller. getSize(ResultPage t, Class<?> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType)voidJSONResultMarshaller. writeTo(ResultPage t, Class<?> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType, javax.ws.rs.core.MultivaluedMap<String,Object> httpHeaders, OutputStream entityStream)voidRDFXMLResultMarshaller. writeTo(ResultPage t, Class<?> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType, javax.ws.rs.core.MultivaluedMap<String,Object> httpHeaders, OutputStream entityStream)voidTurtleResultMarshaller. writeTo(ResultPage t, Class<?> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType, javax.ws.rs.core.MultivaluedMap<String,Object> httpHeaders, OutputStream entityStream)
-