|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcz.cuni.pogamut.introspection.ScriptProxyManager
public class ScriptProxyManager
SPI manager for getting ScriptProxies for ScriptEngines.
| Nested Class Summary | |
|---|---|
static class |
ScriptProxyManager.EmptyProxy
Introspection proxy doing nothing. |
| Field Summary | |
|---|---|
(package private) static ScriptProxyManager |
instance
|
| Constructor Summary | |
|---|---|
protected |
ScriptProxyManager()
This class cannot be instanciated. |
| Method Summary | |
|---|---|
static ScriptProxyManager |
getInstance()
|
IntrospectableProxy |
getProxyForScriptEngine(javax.script.ScriptEngine scriptEngine)
Get proxy for given engine. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
static ScriptProxyManager instance
| Constructor Detail |
|---|
protected ScriptProxyManager()
| Method Detail |
|---|
public static ScriptProxyManager getInstance()
public IntrospectableProxy getProxyForScriptEngine(javax.script.ScriptEngine scriptEngine)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||