This repository was archived by the owner on May 28, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ public class AuthorizationRequestFilter implements ContainerRequestFilter {
162
162
163
163
<para >
164
164
The request filter is similar to the response filter but does not have access to the ContainerResponseContext
165
- as no response is accessible yet. Response filter inherits from &jaxrs.client.ClientResponseFilter ; .
165
+ as no response is accessible yet. Response filter inherits from &jaxrs.container.ContainerResponseFilter ; .
166
166
Request filter is executed before the resource method is run and before the
167
167
response is created. The filter has possibility to manipulate the request parameters including request
168
168
headers or entity.
@@ -363,7 +363,7 @@ public class PreMatchingFilter implements ContainerRequestFilter {
363
363
and deserialization purposes.
364
364
</para >
365
365
<para >
366
- Let's now look at an example of a &lit.jaxrs.WriterInterceptor ;
366
+ Let's now look at an example of a &lit.jaxrs.ReaderInterceptor ;
367
367
</para >
368
368
<para >
369
369
<example >
Original file line number Diff line number Diff line change 3
3
4
4
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
5
5
6
- Copyright (c) 2012-2015 Oracle and/or its affiliates. All rights reserved.
6
+ Copyright (c) 2012-2016 Oracle and/or its affiliates. All rights reserved.
7
7
8
8
The contents of this file are subject to the terms of either the GNU
9
9
General Public License Version 2 only ("GPL") or the Common Development
@@ -1771,7 +1771,7 @@ public MultiPart post(final FormDataMultiPart multiPart) {
1771
1771
<title >Use of &lit.jersey.media.multipart.FormDataParam; annotation</title >
1772
1772
1773
1773
<programlisting language =" java" >@POST
1774
- @Consumes(MediaType.MULTIPART_FORM_DATA_TYPE )
1774
+ @Consumes(MediaType.MULTIPART_FORM_DATA )
1775
1775
public String postForm(
1776
1776
@DefaultValue("true") @FormDataParam("enabled") boolean enabled,
1777
1777
@FormDataParam("data") FileData bean,
You can’t perform that action at this time.
0 commit comments