Package gg.jte.html
Interface HtmlPolicy
- All Known Implementing Classes:
OwaspHtmlPolicy,PolicyGroup,PreventInlineEventHandlers,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
-