Uses of Annotation Interface
org.apache.juneau.html.annotation.Html
Packages that use Html
Package
Description
HTML5 Data Transfer Objects
REST Interface Helper Classes
-
Uses of Html in org.apache.juneau.bean.html5
Classes in org.apache.juneau.bean.html5 with annotations of type Html -
Uses of Html in org.apache.juneau.html.annotation
Fields in org.apache.juneau.html.annotation declared as HtmlMethods in org.apache.juneau.html.annotation that return HtmlModifier and TypeMethodDescriptionHtmlAnnotation.Builder.build()
Instantiates a new@Html
object initialized with this builder.static Html
HtmlAnnotation.copy
(Html a, VarResolverSession r) Creates a copy of the specified annotation.Methods in org.apache.juneau.html.annotation with parameters of type HtmlModifier and TypeMethodDescriptionstatic Html
HtmlAnnotation.copy
(Html a, VarResolverSession r) Creates a copy of the specified annotation.Method parameters in org.apache.juneau.html.annotation with type arguments of type HtmlModifier and TypeMethodDescriptionvoid
HtmlAnnotation.Apply.apply
(AnnotationInfo<Html> ai, Context.Builder b) -
Uses of Html in org.apache.juneau.microservice.resources
Methods in org.apache.juneau.microservice.resources with annotations of type HtmlModifier and TypeMethodDescriptionDirectoryResource.FileResource.getActions()
LogsResource.FileResource.getActions()
-
Uses of Html in org.apache.juneau.rest.beans
Methods in org.apache.juneau.rest.beans with annotations of type Html