| Package | Description |
|---|---|
| org.mmbase.applications.mmbob.util.transformers | |
| org.mmbase.bridge.jsp.taglib |
The MMBase taglib implementation.
|
| org.mmbase.datatypes.processors |
Plugins into set- and getValue methods on Node (Setting and getting Fields).
|
| org.mmbase.util.transformers |
`Tranformers' define tranformations of Strings, byte arrays and streams.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SmileyFactory
Allow the smilies transformer to be configurable
|
| Modifier and Type | Method and Description |
|---|---|
static ParameterizedTransformerFactory |
ContentTag.getTransformerFactory(String id)
Returns transformer factory with given id or throws exception if there is none
|
| Constructor and Description |
|---|
CharTransformerProcessorFactory(ParameterizedTransformerFactory<CharTransformer> f) |
| Modifier and Type | Class and Description |
|---|---|
class |
BeanTransformerFactory<T extends Transformer>
BeanTransformerFactory takes simple
Transformers class-es and wraps them into parameterixed transformer factories. |
class |
ChecksumFactory
Creates ByteToCharTransformers, creating a 'checksum' string of a byte-arrays.
|
class |
CodeSampleFactory
This TransformerFactory enables the use of two different escapers in one piece
of text.
|
class |
CopierFactory
A place holder factory, which only produces copiers and accepts every parameter for that.
|
class |
EncryptionTransformerFactory
This transformerfactory can encrypt and decrypt strings.
|
class |
GoogleHighlighterFactory
An example for parameterized transformers.
|
class |
ParagraphTransformerFactory
Wraps a text in paragraph (p) tags, unless it is empty or that text starts with a p tag (in which case it is already wrapped).
|
class |
RegexpReplacerFactory
Factories new instances of extensions of
RegexpReplacer, for which the replace patterns
are parameterized (using the 'patterns' parameter). |
class |
ResourceBundleReplacerFactory
Factories new chartransformer based on
ResourceBundle. |
class |
SubstringFactory
Factories
CharTransformer's which mirror the input, but only between 'from' and 'to'
parameters. |
class |
TagStripperFactory
Can be used to strip tags and attributes from HTML.
|
class |
WordWrapperFactory
Word wrapping as a transformer factory.
|
| Modifier and Type | Method and Description |
|---|---|
static ParameterizedTransformerFactory |
Transformers.getTransformerFactory(String name,
String errorId) |
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}