Package | Description |
---|---|
net.sf.mmm.search.indexer.base.config |
Contains the base-implementation of the
Search-Indexer Configuration API . |
net.sf.mmm.util.transformer.base |
Provides the base-implementation of transformer-util API.
|
Modifier and Type | Field and Description |
---|---|
private StringTransformerChain |
SearchIndexerDataLocationBean.uriTransformer |
Modifier and Type | Field and Description |
---|---|
private List<StringTransformerChain> |
SearchIndexerConfigurationBean.transformers |
Modifier and Type | Method and Description |
---|---|
StringTransformerChain |
SearchIndexerDataLocationBean.getUriTransformer()
This method gets the
Transformer used to
convert the (relative) URI of a
resource to the indexed
URI . |
Modifier and Type | Method and Description |
---|---|
List<StringTransformerChain> |
SearchIndexerConfigurationBean.getTransformers() |
Modifier and Type | Method and Description |
---|---|
void |
SearchIndexerDataLocationBean.setUriTransformer(StringTransformerChain uriTransformer) |
Modifier and Type | Method and Description |
---|---|
void |
SearchIndexerConfigurationBean.setTransformers(List<StringTransformerChain> transformers) |
Modifier and Type | Field and Description |
---|---|
private StringTransformerChain |
StringTransformerChain.parent |
Modifier and Type | Field and Description |
---|---|
private List<StringTransformerChain> |
StringTransformerList.transformers |
Modifier and Type | Method and Description |
---|---|
StringTransformerChain |
StringTransformerChain.extend(StringTransformerRule... additionalRules)
This method extends this chain with
additionalRules . |
Modifier and Type | Method and Description |
---|---|
List<StringTransformerChain> |
StringTransformerList.getTransformers() |
Modifier and Type | Method and Description |
---|---|
void |
StringTransformerList.setTransformers(List<StringTransformerChain> transformers) |
Constructor and Description |
---|
StringTransformerChain(String id,
StringTransformerChain parent,
StringTransformerRule... rules)
The constructor.
|
Copyright © 2001–2016 mmm-Team. All rights reserved.