Package org.forgerock.openig.script
Interface ScriptFactoryManager
- All Known Implementing Classes:
DefaultScriptFactoryManager
public interface ScriptFactoryManager
A ScriptFactoryManager is the plug-in point where
ScriptFactory
implementations need to be registered
in order to be available to the runtime.-
Method Summary
Modifier and TypeMethodDescriptionfindScriptFactory
(String mimeType) Finds a factory for the given MIME type.