Uses of Enum Class
org.apache.juneau.html.annotation.HtmlFormat
Packages that use HtmlFormat
- 
Uses of HtmlFormat in org.apache.juneau.htmlMethods in org.apache.juneau.html that return HtmlFormatModifier and TypeMethodDescriptionprotected HtmlFormatHtmlBeanPropertyMeta.getFormat()Returns the format of this bean propertyprotected HtmlFormatHtmlClassMeta.getFormat()Returns the@Html(format)annotation defined on the class.
- 
Uses of HtmlFormat in org.apache.juneau.html.annotationMethods in org.apache.juneau.html.annotation that return HtmlFormatModifier and TypeMethodDescriptionstatic HtmlFormatReturns 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.