{8.1.0-updated} @HtmlDocConfig
The {@link oaj.html.annotation.HtmlDocConfig @HtmlDocConfig} annotation is used to customize the HTML view of your serialized POJOs. It's used in the following locations:
The annotation itself is just a convenience for setting configuration properties set on the {@link oaj.html.HtmlDocSerializer} class. For example, the following two pieces of code are equivalent:
The purpose of these annotation is to populate the HTML document view which by default consists of the following structure:
The outline above is controlled by the {@link oaj.html.HtmlDocTemplate} interface which can be overridden via the {@link oajr.annotation.HtmlDoc#template @HtmlDoc(template)} annotation.
The
SVL variables can be used in any of these annotations: