public class SpringServletProcessApplication extends SpringProcessApplication implements org.springframework.web.context.ServletContextAware
Process Application to be used in a Spring Web Application.
Requires the spring-web module to be on the classpath
In addition to the services provided by the SpringProcessApplication,
 this ProcessApplication exposes the servlet context path of the web application
 which it is a part of (see ProcessApplicationInfo.PROP_SERVLET_CONTEXT_PATH).
This implementation should be used with Spring Web Applications.
| Modifier and Type | Field and Description | 
|---|---|
protected javax.servlet.ServletContext | 
servletContext  | 
applicationContext, beanName, propertiesdefaultDeployToEngineName, isDeployed, processApplicationBeanElResolver, processApplicationElResolver, processApplicationScriptEnvironment, variableSerializers| Constructor and Description | 
|---|
SpringServletProcessApplication()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
afterPropertiesSet()  | 
void | 
setServletContext(javax.servlet.ServletContext servletContext)  | 
void | 
start()  | 
autodetectProcessApplicationName, destroy, getApplicationContext, getProperties, getReference, onApplicationEvent, setApplicationContext, setBeanName, setProperties, stopcreateDeployment, deploy, execute, execute, getBeanElResolver, getDefaultDeployToEngineName, getElResolver, getEnvironmentScripts, getExecutionListener, getName, getProcessApplicationClassloader, getProcessApplicationScriptEnvironment, getRawObject, getScriptEngineForName, getTaskListener, getVariableSerializers, initProcessApplicationElResolver, setDefaultDeployToEngineName, setVariableSerializers, undeploypublic void setServletContext(javax.servlet.ServletContext servletContext)
setServletContext in interface org.springframework.web.context.ServletContextAwarepublic void start()
start in class SpringProcessApplicationpublic void afterPropertiesSet()
                        throws Exception
afterPropertiesSet in class SpringProcessApplicationExceptionCopyright © 2019. All rights reserved.