Interface HtmlPolicy
- All Known Implementing Classes:
OwaspHtmlPolicy, PolicyGroup, PreventInlineEventHandlers, PreventInvalidAttributeNames, PreventOutputInTagsAndAttributes, PreventSingleQuotedAttributes, PreventUnquotedAttributes, PreventUppercaseTagsAndAttributes
public interface HtmlPolicy
-
Method Summary
Modifier and TypeMethodDescriptionvoidvalidateHtmlAttribute(HtmlTag htmlTag, HtmlAttribute htmlAttribute) voidvalidateHtmlTag(HtmlTag htmlTag)
-
Method Details
-
validateHtmlTag
- Throws:
HtmlPolicyException
-
validateHtmlAttribute
- Throws:
HtmlPolicyException
-