Class GrouperHtmlFilter
java.lang.Object
edu.internet2.middleware.grouper.util.GrouperHtmlFilter
- All Implemented Interfaces:
HtmlFilter
default implementation of html filter
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidallo tagstatic StringescapeHtml(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:HtmlFilterfilter html from a string- Specified by:
filterHtmlin interfaceHtmlFilter- Returns:
- the html to filter
- See Also:
-