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
 
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

getOutputProcessor

public IOutputProcessor getOutputProcessor(java.lang.String strKey)
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()
return a collection OutputProcessor

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


Copyright © 2012 Mairie de Paris. All Rights Reserved.