Repository: incubator-juneau Updated Branches: refs/heads/master c32ae82a4 -> d473b4b30
http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/d473b4b3/juneau-core/src/main/java/org/apache/juneau/xml/package.html ---------------------------------------------------------------------- diff --git a/juneau-core/src/main/java/org/apache/juneau/xml/package.html b/juneau-core/src/main/java/org/apache/juneau/xml/package.html index 2e60821..5b91afe 100644 --- a/juneau-core/src/main/java/org/apache/juneau/xml/package.html +++ b/juneau-core/src/main/java/org/apache/juneau/xml/package.html @@ -200,9 +200,9 @@ In addition, DTO beans are provided that use the XML serializer and parser for the following languages: </p> <ul> - <li>{@link org.apache.juneau.dto.atom} - ATOM beans. - <li>{@link org.apache.juneau.dto.cognos} - Cognos beans. - <li>{@link org.apache.juneau.dto.html5} - HTML5 beans. + <li><a class='doclink' href='../dto/atom/package-summary.html#TOC'>org.apache.juneau.dto.atom</a> - ATOM beans. + <li><a class='doclink' href='../dto/cognos/package-summary.html#TOC'>org.apache.juneau.dto.cognos</a> - Cognos beans. + <li><a class='doclink' href='../dto/html5/package-summary.html#TOC'>org.apache.juneau.dto.html5</a> - HTML5 beans. </ul> <p> Refer to the package-level Javadocs for more information about those formats. @@ -691,7 +691,7 @@ <div class='topic'> <p> Just because Juneau allows you to serialize ordinary POJOs to XML doesn't mean you are limited to just JSON-equivalent XML.<br> - Several annotations are provided in the {@link org.apache.juneau.xml.annotation} package for customizing the output. + Several annotations are provided in the <a class='doclink' href='annotation/package-summary.html#TOC'>org.apache.juneau.xml.annotation</a> package for customizing the output. </p> <!-- ======================================================================================================== --> @@ -2040,7 +2040,7 @@ </p> <p> Take special note that the <ja>@XmlSchema</ja> is modelled after the equivalent JAXB annotation, but is - defined in the {@link org.apache.juneau.xml.annotation} package.<br> + defined in the <a class='doclink' href='annotation/package-summary.html#TOC'>org.apache.juneau.xml.annotation</a> package.<br> Other XML annotations are also modelled after JAXB. However, since many of the features of JAXB are already implemented for all serializers and parsers at a higher level through various general annotations such as {@link org.apache.juneau.annotation.Bean} and {@link org.apache.juneau.annotation.BeanProperty} @@ -2946,7 +2946,7 @@ </p> <p> This document won't go into all the details of the Juneau <code>RestServlet</code> class.<br> - Refer to the {@link org.apache.juneau.rest} documentation for more information on the REST servlet class in general. + Refer to the <a class='doclink' href='../rest/package-summary.html#TOC'>org.apache.juneau.rest</a> documentation for more information on the REST servlet class in general. </p> <p> The rest of the code in the resource class consists of REST methods that simply accept and return POJOs.<br> @@ -3025,7 +3025,7 @@ The {@link org.apache.juneau.rest.annotation.RestMethod#serializersInherit()} and {@link org.apache.juneau.rest.annotation.RestMethod#parsersInherit()} control how various artifacts are inherited from the parent class.<br> - Refer to {@link org.apache.juneau.rest} for additional information on using these annotations. + Refer to <a class='doclink' href='../rest/package-summary.html#TOC'>org.apache.juneau.rest</a> for additional information on using these annotations. </p> </div>
