@SafeHtml
support will be removed in a future version@Deprecated public class SafeHtmlDef extends ConstraintDef<SafeHtmlDef,SafeHtml>
Modifier and Type | Class and Description |
---|---|
static class |
SafeHtmlDef.AttributeDef
Deprecated.
Represents a
SafeHtml.Attribute . |
static class |
SafeHtmlDef.TagDef
Deprecated.
Represents a
SafeHtml.Tag . |
Constructor and Description |
---|
SafeHtmlDef()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
SafeHtmlDef |
additionalTags(SafeHtmlDef.TagDef tag,
SafeHtmlDef.TagDef... furtherTags)
Deprecated.
Whitelists additional tags.
|
SafeHtmlDef |
additionalTags(String... additionalTags)
Deprecated.
|
SafeHtmlDef |
additionalTagsWithAttributes(SafeHtml.Tag... additionalTagsWithAttributes)
Deprecated.
Use
additionalTags(TagDef, TagDef...) instead. |
SafeHtmlDef |
baseURI(String baseURI)
Deprecated.
|
SafeHtmlDef |
whitelistType(SafeHtml.WhiteListType whitelistType)
Deprecated.
|
groups, message, payload
addAnnotationAsParameter, addParameter, toString
public SafeHtmlDef whitelistType(SafeHtml.WhiteListType whitelistType)
public SafeHtmlDef additionalTags(String... additionalTags)
@Deprecated public SafeHtmlDef additionalTagsWithAttributes(SafeHtml.Tag... additionalTagsWithAttributes)
additionalTags(TagDef, TagDef...)
instead.public SafeHtmlDef additionalTags(SafeHtmlDef.TagDef tag, SafeHtmlDef.TagDef... furtherTags)
public SafeHtmlDef baseURI(String baseURI)
Copyright © 2021 JBoss by Red Hat. All rights reserved.