@Provider public class EntityTableWriter extends Object implements javax.ws.rs.ext.MessageBodyWriter<EntityTable>
| Constructor and Description |
|---|
EntityTableWriter() |
| Modifier and Type | Method and Description |
|---|---|
long |
getSize(EntityTable arg0,
Class<?> arg1,
Type arg2,
Annotation[] arg3,
javax.ws.rs.core.MediaType arg4) |
boolean |
isWriteable(Class<?> type,
Type genericType,
Annotation[] annotations,
javax.ws.rs.core.MediaType mediaType) |
void |
writeTo(EntityTable entityCollection,
Class<?> type,
Type genericType,
Annotation[] annotations,
javax.ws.rs.core.MediaType mediaType,
javax.ws.rs.core.MultivaluedMap<String,Object> httpHeaders,
OutputStream entityStream)
This method prints the collection data into a HTML table
|
public boolean isWriteable(Class<?> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType)
isWriteable in interface javax.ws.rs.ext.MessageBodyWriter<EntityTable>public void writeTo(EntityTable entityCollection, Class<?> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType, javax.ws.rs.core.MultivaluedMap<String,Object> httpHeaders, OutputStream entityStream) throws IOException, javax.ws.rs.WebApplicationException
writeTo in interface javax.ws.rs.ext.MessageBodyWriter<EntityTable>IOExceptionjavax.ws.rs.WebApplicationExceptionpublic long getSize(EntityTable arg0, Class<?> arg1, Type arg2, Annotation[] arg3, javax.ws.rs.core.MediaType arg4)
getSize in interface javax.ws.rs.ext.MessageBodyWriter<EntityTable>Copyright © 2006–2018 Imixs Software Solutions GmbH. All rights reserved.