This is an automated email from the ASF dual-hosted git repository.
jamesbognar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/juneau.git
The following commit(s) were added to refs/heads/master by this push:
new e72ed82 Javadocs
e72ed82 is described below
commit e72ed82242379a8996bc9e7c68b3bcde7e725224
Author: JamesBognar <[email protected]>
AuthorDate: Sun Jan 2 16:01:26 2022 -0500
Javadocs
---
.../docs/Topics/06.juneau-rest-server/19.jrs.HttpStatusCodes.html | 6 +++---
.../Topics/06.juneau-rest-server/20.jrs.OverloadingHttpMethods.html | 2 +-
.../docs/Topics/06.juneau-rest-server/21.jrs.BuiltInParameters.html | 6 +++---
3 files changed, 7 insertions(+), 7 deletions(-)
diff --git
a/juneau-doc/docs/Topics/06.juneau-rest-server/19.jrs.HttpStatusCodes.html
b/juneau-doc/docs/Topics/06.juneau-rest-server/19.jrs.HttpStatusCodes.html
index 9fd104b..a7aeeba 100644
--- a/juneau-doc/docs/Topics/06.juneau-rest-server/19.jrs.HttpStatusCodes.html
+++ b/juneau-doc/docs/Topics/06.juneau-rest-server/19.jrs.HttpStatusCodes.html
@@ -13,7 +13,7 @@
***************************************************************************************************************************/
-->
-{title:'HTTP Status Codes', flags:'todo'}
+{title:'HTTP Status Codes', updated:'9.0.0'}
<div class='topic'>
<p>
@@ -21,7 +21,7 @@
successfully.
</p>
<p>
- Other status codes can be generated by throwing a {@del
oajr.RestException} with a
+ Other status codes can be generated by throwing a {@del
oaj.http.response.BasicHttpException} with a
specific HTTP status code, or calling {@link
javax.servlet.http.HttpServletResponse#setStatus(int)}.
</p>
<p>
@@ -75,7 +75,7 @@
<tr>
<td><l>500</l></td>
<td>Internal Server Error</td>
- <td>The Java method threw an exception other than {@del
oajr.RestException}</td>
+ <td>The Java method threw an exception other than
{@link oaj.http.response.BasicHttpException}</td>
</tr>
</table>
</div>
\ No newline at end of file
diff --git
a/juneau-doc/docs/Topics/06.juneau-rest-server/20.jrs.OverloadingHttpMethods.html
b/juneau-doc/docs/Topics/06.juneau-rest-server/20.jrs.OverloadingHttpMethods.html
index 97b4e86..0ca07a8 100644
---
a/juneau-doc/docs/Topics/06.juneau-rest-server/20.jrs.OverloadingHttpMethods.html
+++
b/juneau-doc/docs/Topics/06.juneau-rest-server/20.jrs.OverloadingHttpMethods.html
@@ -13,7 +13,7 @@
***************************************************************************************************************************/
-->
-{title:'Overloading HTTP Methods', flags:'todo'}
+{title:'Overloading HTTP Methods'}
<div class='topic'>
<p>
diff --git
a/juneau-doc/docs/Topics/06.juneau-rest-server/21.jrs.BuiltInParameters.html
b/juneau-doc/docs/Topics/06.juneau-rest-server/21.jrs.BuiltInParameters.html
index fb608b0..419ed0b 100644
--- a/juneau-doc/docs/Topics/06.juneau-rest-server/21.jrs.BuiltInParameters.html
+++ b/juneau-doc/docs/Topics/06.juneau-rest-server/21.jrs.BuiltInParameters.html
@@ -13,7 +13,7 @@
***************************************************************************************************************************/
-->
-{title:'Built-in Parameters', flags:'todo'}
+{title:'Built-in Parameters', updated:'9.0.0'}
<div class='topic'>
<p>
@@ -28,14 +28,14 @@
<td class='code'>&plainText=true</td>
<td>
Response will always be <l>Content-Type:
text/plain</l> and the returned text will be human-readable
- ({@del
oaj.serializer.WriterSerializer#WSERIALIZER_useWhitespace
WSERIALIZER_useWhitespace} enabled).
+ ({@link
oaj.serializer.WriterSerializer.Builder#useWhitespace()} enabled).
<br>Useful for debugging.
</td>
</tr>
<tr>
<td class='code'>&debug=true</td>
<td>
- Request body content will be dumped to log file.
+ Enable debug mode for request.
</td>
</tr>
<tr>