public class SpringDiskGroovyLoader extends org.springframework.web.context.support.WebApplicationObjectSupport implements GroovyLoader
| Constructor and Description |
|---|
SpringDiskGroovyLoader()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getConfigPath()
Deprecated.
|
int |
getMinimumRecompilationInterval()
Deprecated.
|
protected void |
initServletContext(javax.servlet.ServletContext servletContext)
Deprecated.
|
Object |
load(COM.FutureTense.Interfaces.ICS ics,
String name)
Deprecated.
|
void |
setConfigPath(String configPath)
Deprecated.
|
void |
setMinimumRecompilationInterval(int minimumRecompilationInterval)
Deprecated.
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 GroovyLoaderics - content server contextname - the name of the classException - exception from load attemptpublic 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. All rights reserved.