public class AbstractViewWriter extends Object implements javax.ws.rs.ext.MessageBodyWriter<AbstractView>
| Constructor and Description |
|---|
AbstractViewWriter(TemplateResolver templateResolver,
TemplateRendererFactory templateRendererFactory) |
| Modifier and Type | Method and Description |
|---|---|
long |
getSize(AbstractView t,
Class<?> type,
Type genericType,
Annotation[] annotations,
javax.ws.rs.core.MediaType mediaType) |
boolean |
isWriteable(Class<?> type,
Type genericType,
Annotation[] annotations,
javax.ws.rs.core.MediaType mediaType) |
void |
writeTo(AbstractView t,
Class<?> type,
Type genericType,
Annotation[] annotations,
javax.ws.rs.core.MediaType mediaType,
javax.ws.rs.core.MultivaluedMap<String,Object> httpHeaders,
OutputStream entityStream) |
public AbstractViewWriter(TemplateResolver templateResolver, TemplateRendererFactory templateRendererFactory)
public long getSize(AbstractView t, Class<?> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType)
getSize in interface javax.ws.rs.ext.MessageBodyWriter<AbstractView>public boolean isWriteable(Class<?> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType)
isWriteable in interface javax.ws.rs.ext.MessageBodyWriter<AbstractView>public void writeTo(AbstractView t, 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<AbstractView>IOExceptionjavax.ws.rs.WebApplicationExceptionCopyright © 2019 ObjectStyle LLC. All rights reserved.