Package org.forgerock.openig.script
Interface ScriptFactoryManager
-
- All Known Implementing Classes:
DefaultScriptFactoryManager
public interface ScriptFactoryManager
A ScriptFactoryManager is the plug-in point whereScriptFactory
implementations 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.
-
-