ViewMessageBodyWriter | ViewMessageBodyWriter | |||
---|---|---|---|---|
Compiled from "ViewMessageBodyWriter.java" | Compiled from "ViewMessageBodyWriter.java" | |||
public class io.dropwizard.views.ViewMessageBodyWriter implements javax.ws. rs.ext.MessageBodyWriter<io.dropwizard.views.View> { | public class io.dropwizard.views.common.ViewMessageBodyWriter implements ja vax.ws.rs.ext.MessageBodyWriter<io.dropwizard.views.common.View> { | |||
void setHeaders(javax.ws.rs.core.HttpHeaders); | void setHeaders(javax.ws.rs.core.HttpHeaders); | |||
public io.dropwizard.views.ViewMessageBodyWriter(com.codahale.metrics.Met | public io.dropwizard.views.common.ViewMessageBodyWriter(com.codahale.metr | |||
ricRegistry); | ics.MetricRegistry, java.lang.Iterable<io.dropwizard.views.common.ViewRende | |||
public io.dropwizard.views.ViewMessageBodyWriter(com.codahale.metrics.Met | rer>); | |||
ricRegistry, java.lang.Iterable<io.dropwizard.views.ViewRenderer>); | ||||
public boolean isWriteable(java.lang.Class<?>, java.lang.reflect.Type, ja va.lang.annotation.Annotation[], javax.ws.rs.core.MediaType); | public boolean isWriteable(java.lang.Class<?>, java.lang.reflect.Type, ja va.lang.annotation.Annotation[], javax.ws.rs.core.MediaType); | |||
public long getSize(io.dropwizard.views.View, java.lang.Class<?>, java.la | public long getSize(io.dropwizard.views.common.View, java.lang.Class<?>, | |||
ng.reflect.Type, java.lang.annotation.Annotation[], javax.ws.rs.core.MediaT | java.lang.reflect.Type, java.lang.annotation.Annotation[], javax.ws.rs.core | |||
ype); | .MediaType); | |||
public void writeTo(io.dropwizard.views.View, java.lang.Class<?>, java.la | public void writeTo(io.dropwizard.views.common.View, java.lang.Class<?>, | |||
ng.reflect.Type, java.lang.annotation.Annotation[], javax.ws.rs.core.MediaT | java.lang.reflect.Type, java.lang.annotation.Annotation[], javax.ws.rs.core | |||
ype, javax.ws.rs.core.MultivaluedMap<java.lang.String, java.lang.Object>, j | .MediaType, javax.ws.rs.core.MultivaluedMap<java.lang.String, java.lang.Obj | |||
ava.io.OutputStream) throws java.io.IOException; | ect>, java.io.OutputStream) throws java.io.IOException; | |||
protected java.util.Locale detectLocale(javax.ws.rs.core.HttpHeaders); | protected java.util.Locale detectLocale(javax.ws.rs.core.HttpHeaders); | |||
java.lang.Iterable<io.dropwizard.views.ViewRenderer> getRenderers(); | java.lang.Iterable<io.dropwizard.views.common.ViewRenderer> getRenderers( ); | |||
public void writeTo(java.lang.Object, java.lang.Class, java.lang.reflect. Type, java.lang.annotation.Annotation[], javax.ws.rs.core.MediaType, javax. ws.rs.core.MultivaluedMap, java.io.OutputStream) throws java.io.IOException , javax.ws.rs.WebApplicationException; | public void writeTo(java.lang.Object, java.lang.Class, java.lang.reflect. Type, java.lang.annotation.Annotation[], javax.ws.rs.core.MediaType, javax. ws.rs.core.MultivaluedMap, java.io.OutputStream) throws java.io.IOException , javax.ws.rs.WebApplicationException; | |||
public long getSize(java.lang.Object, java.lang.Class, java.lang.reflect. Type, java.lang.annotation.Annotation[], javax.ws.rs.core.MediaType); | public long getSize(java.lang.Object, java.lang.Class, java.lang.reflect. Type, java.lang.annotation.Annotation[], javax.ws.rs.core.MediaType); | |||
} | } | |||
End of changes. 4 change blocks. | ||||
13 lines changed or deleted | 12 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |