| Modifier and Type | Class and Description |
|---|---|
class |
BasicWhitelistConfiguration
BasicWhitelistConfiguration class.
|
| Modifier and Type | Method and Description |
|---|---|
MutableWhitelistConfiguration |
MutableWhitelistConfiguration.allowAttribute(String tagName,
String attrName)
Add an allowed attribute to the configuration
|
MutableWhitelistConfiguration |
BasicWhitelistConfiguration.allowAttribute(String tagName,
String attrName)
Add an allowed attribute to the configuration
|
MutableWhitelistConfiguration |
MutableWhitelistConfiguration.allowProtocol(String tagName,
String attrName,
String protocol)
Add an allowed protocol to the configuration
|
MutableWhitelistConfiguration |
BasicWhitelistConfiguration.allowProtocol(String tagName,
String attrName,
String protocol)
Add an allowed protocol to the configuration
|
MutableWhitelistConfiguration |
MutableWhitelistConfiguration.allowTag(String tagName)
Add an allowed tag to the configuration
|
MutableWhitelistConfiguration |
BasicWhitelistConfiguration.allowTag(String tagName)
Add an allowed tag to the configuration
|
MutableWhitelistConfiguration |
MutableWhitelistConfiguration.base(String name)
Sets the base whitelist to use when configuring a
Whitelist, 'none' is the default value. |
MutableWhitelistConfiguration |
BasicWhitelistConfiguration.base(String base)
Sets the base whitelist to use when configuring a
Whitelist, 'none' is the default value. |
MutableWhitelistConfiguration |
MutableWhitelistConfiguration.enforceAttribute(String tagName,
String attrName,
String enforcedValue)
Add an enforced attribute value to the configuration
|
MutableWhitelistConfiguration |
BasicWhitelistConfiguration.enforceAttribute(String tagName,
String attrName,
String enforcedValue)
Add an enforced attribute value to the configuration
|
Copyright © 2016. All rights reserved.