fr.paris.lutece.plugins.form.business.outputprocessor
Interface IOutputProcessorSet

All Known Implementing Classes:
OutputProcessorSet

public interface IOutputProcessorSet


Method Summary
 java.util.Collection<IOutputProcessor> getAllOutputProcessor()
          return a collection OutputProcessor
 IOutputProcessor getOutputProcessor(java.lang.String strKey)
          return the OutputProcessor which the key is specified in parameter
 void setOutputProcessorMap(java.util.Map<java.lang.String,IOutputProcessor> mapOutputProcessor)
          Set the map which contains for each item the processor key and the processor
 

Method Detail

setOutputProcessorMap

void setOutputProcessorMap(java.util.Map<java.lang.String,IOutputProcessor> mapOutputProcessor)
Set the map which contains for each item the processor key and the processor

Parameters:
mapOutputProcessor - processor map

getOutputProcessor

IOutputProcessor getOutputProcessor(java.lang.String strKey)
return the OutputProcessor which the key is specified in parameter

Parameters:
strKey - the key of the processor
Returns:
OutputProcessor Object

getAllOutputProcessor

java.util.Collection<IOutputProcessor> getAllOutputProcessor()
return a collection OutputProcessor

Returns:
a collection of IOutputProcessor


Copyright © 2010 Mairie de Paris. All Rights Reserved.