Uses of Enum Class
org.apache.juneau.html.annotation.HtmlFormat
Packages that use HtmlFormat
-
Uses of HtmlFormat in org.apache.juneau.html
Methods in org.apache.juneau.html that return HtmlFormatModifier and TypeMethodDescriptionprotected HtmlFormat
HtmlBeanPropertyMeta.getFormat()
Returns the format of this bean propertyprotected HtmlFormat
HtmlClassMeta.getFormat()
Returns the@Html(format)
annotation defined on the class. -
Uses of HtmlFormat in org.apache.juneau.html.annotation
Methods in org.apache.juneau.html.annotation that return HtmlFormatModifier and TypeMethodDescriptionstatic HtmlFormat
Returns the enum constant of this class with the specified name.static HtmlFormat[]
HtmlFormat.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.juneau.html.annotation with parameters of type HtmlFormatModifier and TypeMethodDescriptionHtmlAnnotation.Builder.format
(HtmlFormat value) Sets theHtml.format()
property on this annotation.