public class SpringDiskGroovyLoader extends org.springframework.web.context.support.WebApplicationObjectSupport implements GroovyLoader
| Constructor and Description |
|---|
SpringDiskGroovyLoader() |
| Modifier and Type | Method and Description |
|---|---|
String |
getConfigPath() |
int |
getMinimumRecompilationInterval() |
protected void |
initServletContext(javax.servlet.ServletContext servletContext) |
Object |
load(COM.FutureTense.Interfaces.ICS ics,
String name) |
void |
setConfigPath(String configPath) |
void |
setMinimumRecompilationInterval(int minimumRecompilationInterval)
Sets the minimumRecompilationInterval of the GroovyScriptEngine
configuration.
|
getServletContext, getTempDir, getWebApplicationContext, initApplicationContext, isContextRequired, setServletContextprotected void initServletContext(javax.servlet.ServletContext servletContext)
initServletContext in class org.springframework.web.context.support.WebApplicationObjectSupportpublic Object load(COM.FutureTense.Interfaces.ICS ics, String name) throws Exception
load in interface GroovyLoadername - the name of the classExceptionpublic String getConfigPath()
public void setConfigPath(String configPath)
configPath - the configPath to setpublic int getMinimumRecompilationInterval()
public void setMinimumRecompilationInterval(int minimumRecompilationInterval)
minimumRecompilationInterval - the minimumRecompilationInterval to
setCopyright © 2010-2016 Oracle Corporation. All Rights Reserved.