| Package | Description |
|---|---|
| org.mmbase.applications.mmbob.util.transformers | |
| org.mmbase.bridge.jsp.taglib |
The MMBase taglib implementation.
|
| org.mmbase.datatypes.handlers.html | |
| org.mmbase.datatypes.processors |
Plugins into set- and getValue methods on Node (Setting and getting Fields).
|
| org.mmbase.framework |
The package contains the component framework of MMBase.
|
| org.mmbase.richtext.transformers | |
| org.mmbase.storage |
The interfaces that define the classes for persistent storage of objects.
|
| org.mmbase.util | |
| org.mmbase.util.transformers |
`Tranformers' define tranformations of Strings, byte arrays and streams.
|
| Class and Description |
|---|
| CharTransformer
Interface for transformations.
|
| ParameterizedTransformerFactory
ParameterizedTransformerFactories, can create
Transformer instances, but can do that
'parameterized'. |
| StringTransformer
You need only to implement transform(String) you have the simplest
kind of tranformer (which is not 'streamable').
|
| Transformer
Interface for transformations.
|
| Class and Description |
|---|
| CharTransformer
Interface for transformations.
|
| ParameterizedTransformerFactory
ParameterizedTransformerFactories, can create
Transformer instances, but can do that
'parameterized'. |
| UrlEscaper
Escapes and Unescapes undesirable characters using % (URLEncoding)
Contrary to java.net.URLEncoder, it does not encode '+'.
|
| Class and Description |
|---|
| CharTransformer
Interface for transformations.
|
| Class and Description |
|---|
| CharTransformer
Interface for transformations.
|
| ParameterizedTransformerFactory
ParameterizedTransformerFactories, can create
Transformer instances, but can do that
'parameterized'. |
| Class and Description |
|---|
| CharTransformer
Interface for transformations.
|
| Class and Description |
|---|
| XmlField
XMLFields in MMBase.
|
| Class and Description |
|---|
| CharTransformer
Interface for transformations.
|
| Class and Description |
|---|
| CharTransformer
Interface for transformations.
|
| Transformer
Interface for transformations.
|
| Class and Description |
|---|
| AbstractCommandStringTransformer
If you want to transform a Reader stream by the use of an external command, than you can extend
this class.
|
| BufferedReaderTransformer |
| BufferedReaderTransformer.Status |
| ByteArrayToCharTransformer
You need only to implement transform(byte[]) you have the simplest
kind of transformer (which is not 'streamable').
|
| ByteToCharTransformer
Interface for transformations.
|
| ByteTransformer
Interface for transformations.
|
| ChainedCharTransformer
A CharTransformer which wraps N other CharTransformers, and links them with N - 1 new Threads,
effectively working as a 'chained' transformer.
|
| CharTransformer
Interface for transformations.
|
| ChunkedTransformer
A chunked transformer is a transformer that transforms on a 'chunk by chunk' base.
|
| ChunkedTransformer.Status |
| Config
Describes what encoding is configured.
|
| ConfigurableReaderTransformer
Some Transformers implement more than one transformation.
|
| ConfigurableStringTransformer
Some Transformers implement more than one transformation.
|
| ConfigurableTransformer
Interface for transformations.
|
| CopyCharTransformer
This is the character transformer which does not actually transform
anything, it just copies the reader to the writer.
|
| DiacriticsRemover
This transformer removes all diacritics from the characters of a string.
|
| InputStreamTransformer
Abstract implementation of
ByteTransformer. |
| ListParserConstants
Token literal values and constants.
|
| ListParserTokenManager
Token Manager.
|
| LoggerCharTransformer
This is the character transformer is like
CopyCharTransformer, but it logs everything that it sees too. |
| ParameterizedTransformerFactory
ParameterizedTransformerFactories, can create
Transformer instances, but can do that
'parameterized'. |
| ParseException
This exception is thrown when parse errors are encountered.
|
| ReaderTransformer
You need only to implement transform(Reader, Writer) you have the simplest
kind of tranformer (which is 'streamable').
|
| RegexpReplacer
Finds regexps in the Character String, and replaces them.
|
| SimpleCharStream
An implementation of interface CharStream, where the stream is assumed to
contain only ASCII characters (without unicode processing).
|
| SpaceReducer.Tag
this is a helper class that can check if a tag was opened or closed in a line of text
It first removes all bodyless versions of the tag from the line, and then counts all opening and
closing occurrences of the tag.
|
| StringTransformer
You need only to implement transform(String) you have the simplest
kind of tranformer (which is not 'streamable').
|
| TagStripperFactory.State |
| TagStripperFactory.TagCheck |
| Token
Describes the input token stream.
|
| Transformer
Interface for transformations.
|
| UrlEscaper
Escapes and Unescapes undesirable characters using % (URLEncoding)
Contrary to java.net.URLEncoder, it does not encode '+'.
|
| Xml
Transformations related to escaping in XML.
|
| XmlField.FormatException |
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}