@Provider public class TemplateViewMessageBodyWriter extends Object implements MessageBodyWriter<TemplateView>
| Constructor and Description |
|---|
TemplateViewMessageBodyWriter() |
| Modifier and Type | Method and Description |
|---|---|
long |
getSize(TemplateView arg0,
Class<?> arg1,
Type arg2,
Annotation[] arg3,
MediaType arg4) |
boolean |
isWriteable(Class<?> arg0,
Type type,
Annotation[] arg2,
MediaType arg3) |
void |
writeTo(TemplateView t,
Class<?> type,
Type genericType,
Annotation[] annotations,
MediaType mediaType,
MultivaluedMap<String,Object> httpHeaders,
OutputStream entityStream) |
public void writeTo(TemplateView t, Class<?> type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String,Object> httpHeaders, OutputStream entityStream) throws IOException
writeTo in interface MessageBodyWriter<TemplateView>IOExceptionpublic long getSize(TemplateView arg0, Class<?> arg1, Type arg2, Annotation[] arg3, MediaType arg4)
getSize in interface MessageBodyWriter<TemplateView>public boolean isWriteable(Class<?> arg0, Type type, Annotation[] arg2, MediaType arg3)
isWriteable in interface MessageBodyWriter<TemplateView>Copyright © 2011 Nuxeo SA. All Rights Reserved.