@Documented @Constraint(validatedBy={}) @Target(value={METHOD,FIELD,ANNOTATION_TYPE,CONSTRUCTOR,PARAMETER}) @Retention(value=RUNTIME) public @interface SafeHtml
Modifier and Type | Optional Element and Description |
---|---|
String[] |
additionalTags |
Class<?>[] |
groups |
String |
message |
Class<? extends Payload>[] |
payload |
SafeHtml.WhiteListType |
whitelistType |
public abstract String message
public abstract Class<?>[] groups
public abstract SafeHtml.WhiteListType whitelistType
public abstract String[] additionalTags
whitelistType()
.Copyright © 2007-2014 Red Hat Middleware, LLC. All Rights Reserved