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, propertiesisDeployed, processApplicationBeanElResolver, processApplicationElResolver, processApplicationScriptEnvironment| Constructor and Description | 
|---|
| SpringServletProcessApplication() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | afterPropertiesSet() | 
| void | setServletContext(javax.servlet.ServletContext servletContext) | 
autodetectProcessApplicationName, destroy, getApplicationContext, getProperties, getReference, setApplicationContext, setBeanName, setPropertiescreateDeployment, deploy, execute, getBeanElResolver, getElResolver, getEnvironmentScripts, getExecutionListener, getName, getProcessApplicationClassloader, getProcessApplicationScriptEnvironment, getRawObject, getScriptEngineForName, getTaskListener, initProcessApplicationElResolver, undeploypublic void setServletContext(javax.servlet.ServletContext servletContext)
setServletContext in interface org.springframework.web.context.ServletContextAwarepublic void afterPropertiesSet()
                        throws Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanafterPropertiesSet in class SpringProcessApplicationExceptionCopyright © 2018. All rights reserved.