Uses of Interface
net.sf.mmm.util.transformer.Transformer

Packages that use Transformer
net.sf.mmm.search.indexer.impl   
net.sf.mmm.util.text Contains utilities for textual operations. 
net.sf.mmm.util.transformer Provides the API of a generic Transformer
 

Uses of Transformer in net.sf.mmm.search.indexer.impl
 

Methods in net.sf.mmm.search.indexer.impl that return Transformer
 Transformer<String> DirectorySearchIndexer.getUriRewriter()
          This method gets the optional rewriter for the URIs.
 

Methods in net.sf.mmm.search.indexer.impl with parameters of type Transformer
 void DirectorySearchIndexer.setUriRewriter(Transformer<String> urlRewriter)
          This method sets the URI-rewriter.
 

Uses of Transformer in net.sf.mmm.util.text
 

Subinterfaces of Transformer in net.sf.mmm.util.text
 interface Singularizer
          This is the interface for a translation of a term given in plural form to the according singular form.
 

Classes in net.sf.mmm.util.text that implement Transformer
 class AbstractTextTransformer
          This is the abstract base implementation of the Singularizer interface.
 class EnglishSingularizer
          This is the singularizer for English language.
 

Uses of Transformer in net.sf.mmm.util.transformer
 

Subinterfaces of Transformer in net.sf.mmm.util.transformer
 interface StringTransformerRule
          This is the interface for a Transformer of Strings that is typically used as part of a StringTransformerChain.
 

Classes in net.sf.mmm.util.transformer that implement Transformer
 class RegexStringTransformer
          This class converts a string by matching a given regular expression Pattern and if it partially matches replacing the match(es) with a given replacement.
 class RegexStringTransformerRule
          This class is a RegexStringTransformer that implements the StringTransformerRule interface by adding the stop-on-match flag.
 class StringTransformerChain
          This class represents a Transformer for Strings that is build out of a list of rules.
 



Copyright © 2001-2008 mmm-Team. All Rights Reserved.