Package org.forgerock.openig.script
Interface ScriptFactoryManager
- 
- All Known Implementing Classes:
 DefaultScriptFactoryManager
public interface ScriptFactoryManagerA ScriptFactoryManager is the plug-in point whereScriptFactoryimplementations need to be registered in order to be available to the runtime. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Optional<ScriptFactory>findScriptFactory(String mimeType)Finds a factory for the given MIME type. 
 - 
 
- 
- 
Method Detail
- 
findScriptFactory
Optional<ScriptFactory> findScriptFactory(String mimeType)
Finds a factory for the given MIME type. 
 - 
 
 -