Package gg.jte.html
Interface HtmlPolicy
-
- All Known Implementing Classes:
OwaspHtmlPolicy,PolicyGroup,PreventInlineEventHandlers,PreventOutputInTagsAndAttributes,PreventSingleQuotedAttributes,PreventUnquotedAttributes,PreventUppercaseTagsAndAttributes
public interface HtmlPolicy
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidvalidateHtmlAttribute(HtmlTag htmlTag, HtmlAttribute htmlAttribute)voidvalidateHtmlTag(HtmlTag htmlTag)
-
-
-
Method Detail
-
validateHtmlTag
void validateHtmlTag(HtmlTag htmlTag) throws HtmlPolicyException
- Throws:
HtmlPolicyException
-
validateHtmlAttribute
void validateHtmlAttribute(HtmlTag htmlTag, HtmlAttribute htmlAttribute) throws HtmlPolicyException
- Throws:
HtmlPolicyException
-
-