http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/f1f17bc3/content/site/apidocs/src-html/org/apache/juneau/rest/annotation/FormData.html
----------------------------------------------------------------------
diff --git 
a/content/site/apidocs/src-html/org/apache/juneau/rest/annotation/FormData.html 
b/content/site/apidocs/src-html/org/apache/juneau/rest/annotation/FormData.html
index 6f4aad9..595f492 100644
--- 
a/content/site/apidocs/src-html/org/apache/juneau/rest/annotation/FormData.html
+++ 
b/content/site/apidocs/src-html/org/apache/juneau/rest/annotation/FormData.html
@@ -54,7 +54,7 @@
 <span class="sourceLineNo">046</span> *<a name="line.46"></a>
 <span class="sourceLineNo">047</span> * &lt;h6 class='topic'&gt;Important note 
concerning FORM posts&lt;/h6&gt;<a name="line.47"></a>
 <span class="sourceLineNo">048</span> * &lt;p&gt;<a name="line.48"></a>
-<span class="sourceLineNo">049</span> * This annotation should not be combined 
with the {@link Body @Body} annotation or {@link RestRequest#getBody(Class)} 
method<a name="line.49"></a>
+<span class="sourceLineNo">049</span> * This annotation should not be combined 
with the {@link Body @Body} annotation or {@link RestRequest#getBody()} 
method<a name="line.49"></a>
 <span class="sourceLineNo">050</span> *    for 
&lt;code&gt;application/x-www-form-urlencoded POST&lt;/code&gt; posts, since it 
will trigger the underlying servlet<a name="line.50"></a>
 <span class="sourceLineNo">051</span> *    API to parse the body content as 
key-value pairs resulting in empty content.<a name="line.51"></a>
 <span class="sourceLineNo">052</span> * &lt;p&gt;<a name="line.52"></a>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/f1f17bc3/content/site/apidocs/src-html/org/apache/juneau/rest/annotation/HasFormData.html
----------------------------------------------------------------------
diff --git 
a/content/site/apidocs/src-html/org/apache/juneau/rest/annotation/HasFormData.html
 
b/content/site/apidocs/src-html/org/apache/juneau/rest/annotation/HasFormData.html
index b8ed71e..f12864b 100644
--- 
a/content/site/apidocs/src-html/org/apache/juneau/rest/annotation/HasFormData.html
+++ 
b/content/site/apidocs/src-html/org/apache/juneau/rest/annotation/HasFormData.html
@@ -82,7 +82,7 @@
 <span class="sourceLineNo">074</span> *<a name="line.74"></a>
 <span class="sourceLineNo">075</span> * &lt;h6 class='topic'&gt;Important note 
concerning FORM posts&lt;/h6&gt;<a name="line.75"></a>
 <span class="sourceLineNo">076</span> * &lt;p&gt;<a name="line.76"></a>
-<span class="sourceLineNo">077</span> * This annotation should not be combined 
with the {@link Body @Body} annotation or {@link RestRequest#getBody(Class)} 
method<a name="line.77"></a>
+<span class="sourceLineNo">077</span> * This annotation should not be combined 
with the {@link Body @Body} annotation or {@link RestRequest#getBody()} 
method<a name="line.77"></a>
 <span class="sourceLineNo">078</span> *    for 
&lt;code&gt;application/x-www-form-urlencoded POST&lt;/code&gt; posts, since it 
will trigger the underlying servlet API to parse the body<a name="line.78"></a>
 <span class="sourceLineNo">079</span> *    content as key-value pairs, 
resulting in empty content.<a name="line.79"></a>
 <span class="sourceLineNo">080</span> * &lt;p&gt;<a name="line.80"></a>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/f1f17bc3/content/site/apidocs/src-html/org/apache/juneau/rest/annotation/HasQuery.html
----------------------------------------------------------------------
diff --git 
a/content/site/apidocs/src-html/org/apache/juneau/rest/annotation/HasQuery.html 
b/content/site/apidocs/src-html/org/apache/juneau/rest/annotation/HasQuery.html
index 08c24c9..2a00ac2 100644
--- 
a/content/site/apidocs/src-html/org/apache/juneau/rest/annotation/HasQuery.html
+++ 
b/content/site/apidocs/src-html/org/apache/juneau/rest/annotation/HasQuery.html
@@ -34,7 +34,7 @@
 <span class="sourceLineNo">026</span> * Unlike {@link HasFormData 
@HasFormData}, using this annotation does not result in the servlet reading the 
contents<a name="line.26"></a>
 <span class="sourceLineNo">027</span> *    of URL-encoded form posts.<a 
name="line.27"></a>
 <span class="sourceLineNo">028</span> * Therefore, this annotation can be used 
in conjunction with the {@link Body @Body} annotation<a name="line.28"></a>
-<span class="sourceLineNo">029</span> *    or {@link 
RestRequest#getBody(Class)} method for 
&lt;code&gt;application/x-www-form-urlencoded POST&lt;/code&gt; calls.<a 
name="line.29"></a>
+<span class="sourceLineNo">029</span> *    or {@link RestRequest#getBody()} 
method for &lt;code&gt;application/x-www-form-urlencoded POST&lt;/code&gt; 
calls.<a name="line.29"></a>
 <span class="sourceLineNo">030</span> *<a name="line.30"></a>
 <span class="sourceLineNo">031</span> * &lt;h5 
class='section'&gt;Example:&lt;/h5&gt;<a name="line.31"></a>
 <span class="sourceLineNo">032</span> * &lt;p class='bcode'&gt;<a 
name="line.32"></a>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/f1f17bc3/content/site/apidocs/src-html/org/apache/juneau/rest/annotation/Query.html
----------------------------------------------------------------------
diff --git 
a/content/site/apidocs/src-html/org/apache/juneau/rest/annotation/Query.html 
b/content/site/apidocs/src-html/org/apache/juneau/rest/annotation/Query.html
index d42301d..6e9c3e1 100644
--- a/content/site/apidocs/src-html/org/apache/juneau/rest/annotation/Query.html
+++ b/content/site/apidocs/src-html/org/apache/juneau/rest/annotation/Query.html
@@ -34,7 +34,7 @@
 <span class="sourceLineNo">026</span> * Unlike {@link FormData @FormData}, 
using this annotation does not result in the servlet reading the contents<a 
name="line.26"></a>
 <span class="sourceLineNo">027</span> *    of URL-encoded form posts.<a 
name="line.27"></a>
 <span class="sourceLineNo">028</span> * Therefore, this annotation can be used 
in conjunction with the {@link Body @Body} annotation<a name="line.28"></a>
-<span class="sourceLineNo">029</span> *    or {@link 
RestRequest#getBody(Class)} method for 
&lt;code&gt;application/x-www-form-urlencoded POST&lt;/code&gt; calls.<a 
name="line.29"></a>
+<span class="sourceLineNo">029</span> *    or {@link RestRequest#getBody()} 
method for &lt;code&gt;application/x-www-form-urlencoded POST&lt;/code&gt; 
calls.<a name="line.29"></a>
 <span class="sourceLineNo">030</span> *<a name="line.30"></a>
 <span class="sourceLineNo">031</span> * &lt;h5 
class='section'&gt;Example:&lt;/h5&gt;<a name="line.31"></a>
 <span class="sourceLineNo">032</span> * &lt;p class='bcode'&gt;<a 
name="line.32"></a>

Reply via email to