|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.zphinx.spine.core.viewprocessors.ViewProcessorFactory
public class ViewProcessorFactory
ViewProcessorFactory dictates how and when ViewProcessors are created by this system. A process should call this factory to retrieve the ViewProcessor which it needs to use
Copyright ©Zphinx Software Solutions
| Method Summary | |
|---|---|
ViewProcessor |
createProcessor(String processorConfigName)
Creates a new processor of the specified name |
static ViewProcessorFactory |
getInstance()
Gets the only static instance of this object |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static ViewProcessorFactory getInstance()
public ViewProcessor createProcessor(String processorConfigName)
processorConfigName - The name of the processor in configuration
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||