Package javax.ws.rs.container

TODO javadoc.

See:
          Description

Interface Summary
ContainerRequestContext Container request filter context.
ContainerRequestFilter An extension interface implemented by container request filters.
ContainerResponseContext Container response filter context.
ContainerResponseFilter An extension interface implemented by container response filters.
DynamicBinder<T> A dynamic (post-matching) filter or interceptor binding provider.
ResourceInfo An injectable class to access the resource class and resource method matched by the current request.
 

Annotation Types Summary
PostMatching Global binding annotation that can be applied to a container request filter to indicate that such filter should be applied globally on all resources in the application but depends on a matched resource information being available.
 

Package javax.ws.rs.container Description

TODO javadoc.



Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.