类的使用
cn.taketoday.scripting.ScriptCompilationException
程序包
说明
Core interfaces for Framework's scripting support.
Package providing integration of
BeanShell
(and BeanShell2)
into Framework's scripting infrastructure.
Package providing integration of
Groovy
into Framework's scripting infrastructure.
Support classes for Framework's scripting package.
-
cn.taketoday.scripting中ScriptCompilationException的使用
修饰符和类型方法说明ScriptEvaluator.evaluate(ScriptSource script) Evaluate the given script.ScriptEvaluator.evaluate(ScriptSource script, Map<String, Object> arguments) Evaluate the given script with the given arguments.ScriptFactory.getScriptedObject(ScriptSource scriptSource, Class<?>... actualInterfaces) Factory method for creating the scripted Java object.Class<?>ScriptFactory.getScriptedObjectType(ScriptSource scriptSource) Determine the type of the scripted Java object. -
cn.taketoday.scripting.bsh中ScriptCompilationException的使用
修饰符和类型方法说明BshScriptFactory.getScriptedObject(ScriptSource scriptSource, Class<?>... actualInterfaces) Load and parse the BeanShell script viaBshScriptUtils.Class<?>BshScriptFactory.getScriptedObjectType(ScriptSource scriptSource) -
cn.taketoday.scripting.groovy中ScriptCompilationException的使用
修饰符和类型方法说明protected ObjectGroovyScriptFactory.executeScript(ScriptSource scriptSource, Class<?> scriptClass) Instantiate the given Groovy script class and run it if necessary.GroovyScriptFactory.getScriptedObject(ScriptSource scriptSource, Class<?>... actualInterfaces) Loads and parses the Groovy script via the GroovyClassLoader.Class<?>GroovyScriptFactory.getScriptedObjectType(ScriptSource scriptSource) -
cn.taketoday.scripting.support中ScriptCompilationException的使用
修饰符和类型方法说明StandardScriptFactory.getScriptedObject(ScriptSource scriptSource, Class<?>... actualInterfaces) Load and parse the script via JSR-223's ScriptEngine.Class<?>StandardScriptFactory.getScriptedObjectType(ScriptSource scriptSource)