A C E F G H M O P S T
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- App - Class in org.glassfish.jersey.examples.httppatch
-
HTTP PATCH Demo Application.
- aroundReadFrom(ReaderInterceptorContext) - Method in class org.glassfish.jersey.examples.httppatch.PatchingInterceptor
C
- create() - Static method in class org.glassfish.jersey.examples.httppatch.App
-
Create JAX-RS application for the example.
- createMoxyJsonResolver() - Static method in class org.glassfish.jersey.examples.httppatch.App
-
Create
ContextResolverforMoxyJsonConfigfor this application.
E
- equals(Object) - Method in class org.glassfish.jersey.examples.httppatch.State
F
- filter(ContainerRequestContext, ContainerResponseContext) - Method in class org.glassfish.jersey.examples.httppatch.OptionsAcceptPatchHeaderFilter
G
- getList() - Method in class org.glassfish.jersey.examples.httppatch.State
- getMessage() - Method in class org.glassfish.jersey.examples.httppatch.State
- getState() - Method in class org.glassfish.jersey.examples.httppatch.PatchableResource
-
Get current resource state.
- getTitle() - Method in class org.glassfish.jersey.examples.httppatch.State
H
- hashCode() - Method in class org.glassfish.jersey.examples.httppatch.State
M
- main(String[]) - Static method in class org.glassfish.jersey.examples.httppatch.App
O
- OptionsAcceptPatchHeaderFilter - Class in org.glassfish.jersey.examples.httppatch
-
A JAX-RS container response filter that applies
Accept-Patchheader to any response to anOPTIONSrequest. - OptionsAcceptPatchHeaderFilter() - Constructor for class org.glassfish.jersey.examples.httppatch.OptionsAcceptPatchHeaderFilter
- org.glassfish.jersey.examples.httppatch - package org.glassfish.jersey.examples.httppatch
P
- PatchableResource - Class in org.glassfish.jersey.examples.httppatch
-
Patchable resource.
- PatchableResource() - Constructor for class org.glassfish.jersey.examples.httppatch.PatchableResource
- PatchingInterceptor - Class in org.glassfish.jersey.examples.httppatch
-
JAX-RS reader interceptor that implements server-side PATCH support.
- PatchingInterceptor(UriInfo, MessageBodyWorkers) - Constructor for class org.glassfish.jersey.examples.httppatch.PatchingInterceptor
-
PatchingInterceptorinjection constructor. - patchState(State) - Method in class org.glassfish.jersey.examples.httppatch.PatchableResource
-
Set new resource state.
S
- setList(List<String>) - Method in class org.glassfish.jersey.examples.httppatch.State
- setMessage(String) - Method in class org.glassfish.jersey.examples.httppatch.State
- setTitle(String) - Method in class org.glassfish.jersey.examples.httppatch.State
- State - Class in org.glassfish.jersey.examples.httppatch
-
A resource state modelled as Java bean (that can be patched).
- State() - Constructor for class org.glassfish.jersey.examples.httppatch.State
-
Create new bean instance without any data.
T
- toString() - Method in class org.glassfish.jersey.examples.httppatch.State
All Classes All Packages