public interface MutableWhitelistConfiguration extends WhitelistConfiguration
| Modifier and Type | Method and Description |
|---|---|
MutableWhitelistConfiguration |
allowAttribute(String tagName,
String attrName) |
MutableWhitelistConfiguration |
allowProtocol(String tagName,
String attrName,
String protocol) |
MutableWhitelistConfiguration |
allowTag(String tagName) |
MutableWhitelistConfiguration |
enforceAttribute(String tagName,
String attrName,
String enforcedValue) |
allowedAttributes, allowedProtocols, allowedTags, allowsAttribute, allowsProtocol, allowsTag, apply, enforcedAttributes, enforcesAttribute, enforcesAttribute, hasAllowedAttributes, hasAllowedProtocols, hasAllowedProtocols, hasEnforcedAttributes, whitelistMutableWhitelistConfiguration allowTag(String tagName)
MutableWhitelistConfiguration enforceAttribute(String tagName, String attrName, String enforcedValue)
MutableWhitelistConfiguration allowProtocol(String tagName, String attrName, String protocol)
MutableWhitelistConfiguration allowAttribute(String tagName, String attrName)
Copyright © 2016. All rights reserved.