- java.lang.Object
-
- org.glassfish.jersey.examples.httppatch.OptionsAcceptPatchHeaderFilter
-
- All Implemented Interfaces:
- javax.ws.rs.container.ContainerResponseFilter
public class OptionsAcceptPatchHeaderFilter
extends Object
implements javax.ws.rs.container.ContainerResponseFilter
A JAX-RS container response filter that applies header
to any response to an request.
- Author:
- Gerard Davison (gerard.davison at oracle.com), Marek Potociar (marek.potociar at oracle.com)
-
-
Method Summary
Methods
| Modifier and Type |
Method and Description |
void |
filter(javax.ws.rs.container.ContainerRequestContext requestContext,
javax.ws.rs.container.ContainerResponseContext responseContext) |
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Copyright © 2007-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.