|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jboss.resteasy.plugins.interceptors.encoding.ContentEncodingHeaderInterceptor
public abstract class ContentEncodingHeaderInterceptor
Sets the content-encoding header based on applied @ContentEncoding meta-annotation
Field Summary | |
---|---|
protected java.lang.String |
encoding
|
Constructor Summary | |
---|---|
ContentEncodingHeaderInterceptor()
|
Method Summary | |
---|---|
protected boolean |
hasEncodingAnnotation(java.lang.annotation.Annotation[] annotations)
|
void |
write(MessageBodyWriterContext context)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.String encoding
Constructor Detail |
---|
public ContentEncodingHeaderInterceptor()
Method Detail |
---|
protected boolean hasEncodingAnnotation(java.lang.annotation.Annotation[] annotations)
public void write(MessageBodyWriterContext context) throws java.io.IOException, WebApplicationException
write
in interface MessageBodyWriterInterceptor
java.io.IOException
WebApplicationException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |