Package org.apache.juneau.html
Interface HtmlMetaProvider
- All Known Implementing Classes:
HtmlDocSerializer,HtmlParser,HtmlSchemaDocSerializer,HtmlSchemaSerializer,HtmlSchemaSerializer.Readable,HtmlSchemaSerializer.Simple,HtmlSchemaSerializer.SimpleReadable,HtmlSerializer,HtmlSerializer.Sq,HtmlSerializer.SqReadable,HtmlStrippedDocSerializer
public interface HtmlMetaProvider
-
Method Summary
Modifier and TypeMethodDescriptionReturns the language-specific metadata on the specified bean property.getHtmlClassMeta(ClassMeta<?> cm) Returns the language-specific metadata on the specified class.
-
Method Details
-
getHtmlBeanPropertyMeta
Returns the language-specific metadata on the specified bean property.- Parameters:
bpm- The bean property to return the metadata on.- Returns:
- The metadata.
-
getHtmlClassMeta
Returns the language-specific metadata on the specified class.- Parameters:
cm- The class to return the metadata on.- Returns:
- The metadata.
-