Repository: incubator-juneau Updated Branches: refs/heads/master 6635559f8 -> 422d5c0ed
Update doc. Project: http://git-wip-us.apache.org/repos/asf/incubator-juneau/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-juneau/commit/422d5c0e Tree: http://git-wip-us.apache.org/repos/asf/incubator-juneau/tree/422d5c0e Diff: http://git-wip-us.apache.org/repos/asf/incubator-juneau/diff/422d5c0e Branch: refs/heads/master Commit: 422d5c0ed90776aef29dfa8a4b6cda1651a1c6fc Parents: 6635559 Author: JamesBognar <[email protected]> Authored: Wed Jul 12 09:17:18 2017 -0400 Committer: JamesBognar <[email protected]> Committed: Wed Jul 12 09:17:18 2017 -0400 ---------------------------------------------------------------------- juneau-core/src/main/javadoc/overview.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/422d5c0e/juneau-core/src/main/javadoc/overview.html ---------------------------------------------------------------------- diff --git a/juneau-core/src/main/javadoc/overview.html b/juneau-core/src/main/javadoc/overview.html index d1ea77a..8a03c94 100644 --- a/juneau-core/src/main/javadoc/overview.html +++ b/juneau-core/src/main/javadoc/overview.html @@ -6972,7 +6972,8 @@ <li>{@link org.apache.juneau.rest.annotation.HtmlDoc#style() style()} </ul> Additionally, the <js>"INHERIT"</js> string literal can be used to combine the value with - the value defined on the servlet or parent class. + the value defined on the servlet or parent class. Links can also be inserted at specific + index positions. </ul> <li> Improvements made to the {@link org.apache.juneau.rest.widget.Widget} API. @@ -7082,6 +7083,8 @@ <li>{@link org.apache.juneau.rest.annotation.RestMethod#bpi() bpi()} - Now an array of simplified values instead of LAX JSON. <li>{@link org.apache.juneau.rest.annotation.RestMethod#bpx() bpx()} - Now an array of simplified values instead of LAX JSON. </ul> + <li> + Two new variables added to <code>$R</code> variable: <js>"$R{servletClass}"</js>, <js>"$R{servletClassSimple}"</js> </ul> <h6 class='topic'>org.apache.juneau.rest.examples</h6>
