Class HtmlAnnotation.Builder
java.lang.Object
org.apache.juneau.annotation.AnnotationBuilder<B>
org.apache.juneau.annotation.TargetedAnnotationBuilder<B>
org.apache.juneau.annotation.TargetedAnnotationTBuilder<B>
org.apache.juneau.annotation.TargetedAnnotationTMFBuilder<HtmlAnnotation.Builder>
org.apache.juneau.html.annotation.HtmlAnnotation.Builder
- Enclosing class:
- HtmlAnnotation
public static class HtmlAnnotation.Builder
extends TargetedAnnotationTMFBuilder<HtmlAnnotation.Builder>
Builder class.
 
See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionanchorText(String value) Sets theHtml.anchorText()property on this annotation.build()Instantiates a new@Htmlobject initialized with this builder.format(HtmlFormat value) Sets theHtml.format()property on this annotation.Sets theHtml.link()property on this annotation.noTableHeaders(boolean value) Sets theHtml.noTableHeaders()property on this annotation.noTables(boolean value) Sets theHtml.noTables()property on this annotation.render(Class<? extends HtmlRender> value) Sets theHtml.render()property on this annotation.Methods inherited from class org.apache.juneau.annotation.TargetedAnnotationTMFBuilderon, onMethods inherited from class org.apache.juneau.annotation.TargetedAnnotationTBuilderon, onClassMethods inherited from class org.apache.juneau.annotation.TargetedAnnotationBuilderonMethods inherited from class org.apache.juneau.annotation.AnnotationBuilderasThis, description
- 
Constructor Details- 
Builderprotected Builder()Constructor.
 
- 
- 
Method Details- 
buildInstantiates a new@Htmlobject initialized with this builder.- Returns:
- A new @Htmlobject.
 
- 
anchorTextSets theHtml.anchorText()property on this annotation.- Parameters:
- value- The new value for this property.
- Returns:
- This object.
 
- 
formatSets theHtml.format()property on this annotation.- Parameters:
- value- The new value for this property.
- Returns:
- This object.
 
- 
linkSets theHtml.link()property on this annotation.- Parameters:
- value- The new value for this property.
- Returns:
- This object.
 
- 
noTableHeadersSets theHtml.noTableHeaders()property on this annotation.- Parameters:
- value- The new value for this property.
- Returns:
- This object.
 
- 
noTablesSets theHtml.noTables()property on this annotation.- Parameters:
- value- The new value for this property.
- Returns:
- This object.
 
- 
renderSets theHtml.render()property on this annotation.- Parameters:
- value- The new value for this property.
- Returns:
- This object.
 
 
-