Package tigase.osgi

Class OSGiScriptEngineFactory

java.lang.Object
tigase.osgi.OSGiScriptEngineFactory
All Implemented Interfaces:
ScriptEngineFactory

public class OSGiScriptEngineFactory extends Object implements ScriptEngineFactory
This is a wrapper class for the ScriptEngineFactory class that deals with context class loader issues It is necessary because engines (at least ruby) use the context classloader to find their resources (i.e., their "native" classes)