org.sejda.core.support.prefix.processor
Class PrefixTypesChain

java.lang.Object
  extended by org.sejda.core.support.prefix.processor.PrefixTypesChain

public class PrefixTypesChain
extends Object

Holds information about the PrefixTypes contained in the input prefix string. Expose methods to apply the processors PrefixType chain to an input prefix and request.

Author:
Andrea Vacondio

Constructor Summary
PrefixTypesChain(String prefix)
           
 
Method Summary
 String process(String prefix, NameGenerationRequest request)
          the chain process the input prefix and the request
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrefixTypesChain

public PrefixTypesChain(String prefix)
Method Detail

process

public String process(String prefix,
                      NameGenerationRequest request)
the chain process the input prefix and the request

Parameters:
prefix - input prefix to be processed
request - process request
Returns:
the processed string


Copyright © 2013 sejda. All Rights Reserved.