|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcz.cuni.pogamut.introspection.ScriptProxyFactory
cz.cuni.pogamut.introspection.python.PythonProxyFactory
public class PythonProxyFactory
Factory object that is registered through SPI standard and creates PythonEngineScriptProxy if it is asked to create proxy for com.sun.script.jython.JythonScriptEngine engine.
Constructor Summary | |
---|---|
PythonProxyFactory()
Creates a new instance of PythonProxyFactory |
Method Summary | |
---|---|
ScriptProxy |
createProxy(javax.script.ScriptEngine engine)
Create instance of Proxy for given engine, return null if this engine isn't supported by this factory. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PythonProxyFactory()
Method Detail |
---|
public ScriptProxy createProxy(javax.script.ScriptEngine engine)
ScriptProxyFactory
createProxy
in class ScriptProxyFactory
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |