| Package | Description |
|---|---|
| org.mmbase.util |
This package contains all kind of generic utilities.
|
| org.mmbase.util.transformers |
Transformers define tranformations of Strings, byte arrays and streams. |
| Modifier and Type | Method and Description |
|---|---|
Entry<K,V> |
Entry.clone() |
| Modifier and Type | Field and Description |
|---|---|
protected static Collection<Entry<Pattern,String>> |
Censor.forbidden |
protected Collection<Entry<Pattern,String>> |
RegexpReplacer.PatternWatcher.patterns |
protected static Collection<Entry<Pattern,String>> |
RegexpReplacer.regexps
The regexps for the unextended RegexpReplacer
|
protected static Collection<Entry<Pattern,String>> |
LinkFinder.urlPatterns |
| Modifier and Type | Method and Description |
|---|---|
protected Collection<Entry<Pattern,String>> |
LinkFinder.getPatterns() |
protected Collection<Entry<Pattern,String>> |
RegexpReplacer.getPatterns()
This on default gives the regexps configured for the base-class (a static member).
|
protected Collection<Entry<Pattern,String>> |
Censor.getPatterns() |
| Modifier and Type | Method and Description |
|---|---|
protected static void |
RegexpReplacer.addPatterns(Collection<Map.Entry<String,String>> list,
Collection<Entry<Pattern,String>> patterns)
Utility function to create a bunch of patterns.
|
protected void |
LinkFinder.readDefaultPatterns(Collection<Entry<Pattern,String>> patterns) |
protected void |
RegexpReplacer.readDefaultPatterns(Collection<Entry<Pattern,String>> patterns)
Reads defaults translation patterns into the given collection patterns.
|
protected void |
Censor.readDefaultPatterns(Collection<Entry<Pattern,String>> patterns) |
protected void |
RegexpReplacer.readPatterns(Collection<Entry<Pattern,String>> patterns)
Reads patterns from config-file into given Collection
|
| Constructor and Description |
|---|
PatternWatcher(Collection<Entry<Pattern,String>> p) |
MMBase2 Utils 2.0.0 - 2019-08-08T23:20