Uses of Class
org.apache.juneau.html.annotation.HtmlLinkAnnotation.Builder
Packages that use HtmlLinkAnnotation.Builder
-
Uses of HtmlLinkAnnotation.Builder in org.apache.juneau.html.annotation
Methods in org.apache.juneau.html.annotation that return HtmlLinkAnnotation.BuilderModifier and TypeMethodDescriptionstatic HtmlLinkAnnotation.Builder
HtmlLinkAnnotation.create()
Instantiates a new builder for this class.static HtmlLinkAnnotation.Builder
Instantiates a new builder for this class.static HtmlLinkAnnotation.Builder
Instantiates a new builder for this class.HtmlLinkAnnotation.Builder.nameProperty
(String value) Sets theHtmlLink.nameProperty()
property on this annotation.HtmlLinkAnnotation.Builder.uriProperty
(String value) Sets theHtmlLink.uriProperty()
property on this annotation.