Uses of Annotation Interface
org.apache.juneau.html.annotation.HtmlLink
Packages that use HtmlLink
-
Uses of HtmlLink in org.apache.juneau.bean
Classes in org.apache.juneau.bean with annotations of type HtmlLinkModifier and TypeClassDescriptionclass
Simple bean that implements a hyperlink for the HTML serializer. -
Uses of HtmlLink in org.apache.juneau.html.annotation
Fields in org.apache.juneau.html.annotation declared as HtmlLinkMethods in org.apache.juneau.html.annotation that return HtmlLinkModifier and TypeMethodDescriptionHtmlLinkAnnotation.Builder.build()
Instantiates a new@HtmlLink
object initialized with this builder.static HtmlLink
HtmlLinkAnnotation.copy
(HtmlLink a, VarResolverSession r) Creates a copy of the specified annotation.Methods in org.apache.juneau.html.annotation with parameters of type HtmlLinkModifier and TypeMethodDescriptionstatic HtmlLink
HtmlLinkAnnotation.copy
(HtmlLink a, VarResolverSession r) Creates a copy of the specified annotation.Method parameters in org.apache.juneau.html.annotation with type arguments of type HtmlLinkModifier and TypeMethodDescriptionvoid
HtmlLinkAnnotation.Apply.apply
(AnnotationInfo<HtmlLink> ai, Context.Builder b)