Uses of Class
org.apache.juneau.html.HtmlRender
Packages that use HtmlRender
-
Uses of HtmlRender in org.apache.juneau.html
Methods in org.apache.juneau.html that return HtmlRenderModifier and TypeMethodDescriptionHtmlBeanPropertyMeta.getRender()
Returns the render class for rendering the style and contents of this property value in HTML.HtmlRender<?>
HtmlClassMeta.getRender()
Returns the@Html(render)
annotation defined on the class. -
Uses of HtmlRender in org.apache.juneau.html.annotation
Method parameters in org.apache.juneau.html.annotation with type arguments of type HtmlRenderModifier and TypeMethodDescriptionHtmlAnnotation.Builder.render
(Class<? extends HtmlRender> value) Sets theHtml.render()
property on this annotation.