| Package | Description |
|---|---|
| org.mmbase.bridge.jsp.taglib |
The MMBase taglib implementation.
|
| org.mmbase.bridge.jsp.taglib.containers |
Most tags related to 'container' tags are collected here.
|
| org.mmbase.util | |
| org.mmbase.util.transformers |
`Tranformers' define tranformations of Strings, byte arrays and streams.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<Entry<String,Object>> |
AbstractParamTag.entries |
protected List<Entry<String,Object>> |
FormatterTag.extraParameters |
| Modifier and Type | Method and Description |
|---|---|
List<Entry<String,Object>> |
FunctionContainerTag.getParameters() |
List<Entry<String,Object>> |
FunctionContainer.getParameters()
Gets the parameters (provided by param sub-tags, referid).
|
| 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>> |
Censor.getPatterns() |
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).
|
| 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 |
Censor.readDefaultPatterns(Collection<Entry<Pattern,String>> 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 |
RegexpReplacer.readPatterns(Collection<Entry<Pattern,String>> patterns)
Reads patterns from config-file into given Collection
|
| Constructor and Description |
|---|
PatternWatcher(Collection<Entry<Pattern,String>> p) |
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}