| Package | Description |
|---|---|
| org.owasp.esapi.codecs |
This package contains codecs for application layer encoding/escaping schemes that can be used for
both canonicalization and output encoding.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HashTrie<T>
Trie implementation for CharSequence keys.
|
static class |
Trie.TrieProxy<T> |
static class |
Trie.Unmodifiable<T> |
| Modifier and Type | Field and Description |
|---|---|
private static Trie<java.lang.Character> |
HTMLEntityCodec.entityToCharacterTrie |
private Trie<T> |
Trie.TrieProxy.wrapped |
| Modifier and Type | Method and Description |
|---|---|
protected Trie<T> |
Trie.TrieProxy.getWrapped() |
private static Trie<java.lang.Character> |
HTMLEntityCodec.mkEntityToCharacterTrie()
Build a unmodifiable Trie from entitiy Name to Character
|
(package private) static <T> Trie<T> |
Trie.Util.unmodifiable(Trie<T> toWrap) |
| Modifier and Type | Method and Description |
|---|---|
(package private) static <T> Trie<T> |
Trie.Util.unmodifiable(Trie<T> toWrap) |
| Constructor and Description |
|---|
TrieProxy(Trie<T> toWrap) |
Unmodifiable(Trie<T> toWrap) |