Class GrouperHtmlFilter
java.lang.Object
edu.internet2.middleware.grouper.util.GrouperHtmlFilter
- All Implemented Interfaces:
HtmlFilter
default implementation of html filter
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
allo tagstatic String
escapeHtml
(String string) filterHtml
(String html) filter html from a string
-
Field Details
-
allowedHtml
allowed html tags
-
-
Constructor Details
-
GrouperHtmlFilter
public GrouperHtmlFilter()
-
-
Method Details
-
escapeHtml
- Parameters:
string
-- Returns:
- the string
-
allowTag
allo tag- Parameters:
tag
-
-
filterHtml
Description copied from interface:HtmlFilter
filter html from a string- Specified by:
filterHtml
in interfaceHtmlFilter
- Returns:
- the html to filter
- See Also:
-