|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.form.business.outputprocessor.OutputProcessorSet
public class OutputProcessorSet
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 |
---|
public OutputProcessorSet()
Method Detail |
---|
public IOutputProcessor getOutputProcessor(java.lang.String strKey)
getOutputProcessor
in interface IOutputProcessorSet
strKey
- the key of the processor
public java.util.Collection<IOutputProcessor> getAllOutputProcessor()
getAllOutputProcessor
in interface IOutputProcessorSet
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |