fr.paris.lutece.plugins.form.business.outputprocessor
Class OutputProcessorSet

java.lang.Object
  extended by fr.paris.lutece.plugins.form.business.outputprocessor.OutputProcessorSet
All Implemented Interfaces:
IOutputProcessorSet

public class OutputProcessorSet
extends java.lang.Object
implements IOutputProcessorSet

OutputProcessorSet Object


Constructor Summary
OutputProcessorSet()
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OutputProcessorSet

public OutputProcessorSet()
Method Detail

setOutputProcessorMap

public void setOutputProcessorMap(java.util.Map<java.lang.String,IOutputProcessor> mapOutputProcessor)
Description copied from interface: IOutputProcessorSet
Set the map which contains for each item the processor key and the processor

Specified by:
setOutputProcessorMap in interface IOutputProcessorSet
Parameters:
mapOutputProcessor - processor map

getOutputProcessor

public IOutputProcessor getOutputProcessor(java.lang.String strKey)
Description copied from interface: IOutputProcessorSet
return the OutputProcessor which the key is specified in parameter

Specified by:
getOutputProcessor in interface IOutputProcessorSet
Parameters:
strKey - the key of the processor
Returns:
OutputProcessor Object

getAllOutputProcessor

public java.util.Collection<IOutputProcessor> getAllOutputProcessor()
Description copied from interface: IOutputProcessorSet
return a collection OutputProcessor

Specified by:
getAllOutputProcessor in interface IOutputProcessorSet
Returns:
a collection of IOutputProcessor


Copyright © 2010 Mairie de Paris. All Rights Reserved.