public interface HtmlProcessorService
HtmlProcessor
instances and checks whether HTML is visible.Modifier and Type | Method and Description |
---|---|
HtmlProcessor |
getHtmlProcessor(String id)
Returns instance of
HtmlProcessor or null if the configuration cannot be found |
boolean |
isVisible(String html)
Checks whether the provided HTML is visible.
|
HtmlProcessor getHtmlProcessor(String id)
HtmlProcessor
or null if the configuration cannot be foundid
- The HTML processor idboolean isVisible(String html)
text
" is.html
- the HTML to checkCopyright © 2012–2019 Hippo B.V. (http://www.onehippo.com). All rights reserved.