| java.lang.Object org.springframework.scripting.jruby.JRubyScriptFactory
Constructor Summary | |
public | JRubyScriptFactory(String scriptSourceLocator, Class[] scriptInterfaces) Create a new JRubyScriptFactory for the given script source. |
JRubyScriptFactory | public JRubyScriptFactory(String scriptSourceLocator, Class[] scriptInterfaces)(Code) | | Create a new JRubyScriptFactory for the given script source.
Parameters: scriptSourceLocator - a locator that points to the source of the script.Interpreted by the post-processor that actually creates the script. Parameters: scriptInterfaces - the Java interfaces that the scripted objectis supposed to implement |
getScriptInterfaces | public Class[] getScriptInterfaces()(Code) | | |
getScriptSourceLocator | public String getScriptSourceLocator()(Code) | | |
requiresConfigInterface | public boolean requiresConfigInterface()(Code) | | JRuby scripts do require a config interface.
|
|
|