Uses of Annotation Interface
org.apache.juneau.html.annotation.HtmlConfig
Packages that use HtmlConfig
-
Uses of HtmlConfig in org.apache.juneau.html.annotation
Method parameters in org.apache.juneau.html.annotation with type arguments of type HtmlConfigModifier and TypeMethodDescriptionvoid
HtmlConfigAnnotation.ParserApply.apply
(AnnotationInfo<HtmlConfig> ai, HtmlParser.Builder b) void
HtmlConfigAnnotation.SerializerApply.apply
(AnnotationInfo<HtmlConfig> ai, HtmlSerializer.Builder b) -
Uses of HtmlConfig in org.apache.juneau.microservice.resources
Classes in org.apache.juneau.microservice.resources with annotations of type HtmlConfigModifier and TypeClassDescriptionclass
REST resource that allows access to a file system directory.class
REST resource for viewing and accessing log files.