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.html5Classes in org.apache.juneau.bean.html5 with annotations of type Html
- 
Uses of Html in org.apache.juneau.html.annotationFields 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@Htmlobject initialized with this builder.static HtmlHtmlAnnotation.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 HtmlHtmlAnnotation.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 TypeMethodDescriptionvoidHtmlAnnotation.Apply.apply(AnnotationInfo<Html> ai, Context.Builder b) 
- 
Uses of Html in org.apache.juneau.microservice.resourcesMethods 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.beansMethods in org.apache.juneau.rest.beans with annotations of type Html