public class HtmlClassMeta extends ClassMetaExtended
@Html
annotation on
the class.Constructor and Description |
---|
HtmlClassMeta(ClassMeta<?> cm)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
protected Html |
getAnnotation()
Returns the
@Html annotation defined on the class. |
HtmlRender<?> |
getRender()
Returns the
@Html.render() annotation defined on the class. |
protected boolean |
isAsPlainText()
Returns the
@Html.asPlainText() annotation defined on the class. |
protected boolean |
isAsXml()
Returns the
@Html.asXml() annotation defined on the class. |
boolean |
isNoTableHeaders()
Returns the
@Html.noTableHeaders() annotation defined on the class. |
protected boolean |
isNoTables()
Returns the
@Html.noTables() annotation defined on the class. |
getClassMeta, getInnerClass
public HtmlClassMeta(ClassMeta<?> cm)
cm
- The class that this annotation is defined on.protected Html getAnnotation()
@Html
annotation defined on the class.protected boolean isAsXml()
@Html.asXml()
annotation defined on the class.protected boolean isAsPlainText()
@Html.asPlainText()
annotation defined on the class.protected boolean isNoTables()
@Html.noTables()
annotation defined on the class.public boolean isNoTableHeaders()
@Html.noTableHeaders()
annotation defined on the class.public HtmlRender<?> getRender()
@Html.render()
annotation defined on the class.Copyright © 2018 Apache. All rights reserved.