org.crsh.spring
Class SpringWebBootstrap

java.lang.Object
  extended by org.crsh.plugin.PluginLifeCycle
      extended by org.crsh.spring.SpringBootstrap
          extended by org.crsh.spring.SpringWebBootstrap
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.InitializingBean, org.springframework.web.context.ServletContextAware

public class SpringWebBootstrap
extends SpringBootstrap
implements org.springframework.web.context.ServletContextAware


Field Summary
private  javax.servlet.ServletContext servletContext
          .
 
Fields inherited from class org.crsh.plugin.PluginLifeCycle
log
 
Constructor Summary
SpringWebBootstrap()
           
 
Method Summary
protected  FS createCommandFS()
           
 void setServletContext(javax.servlet.ServletContext servletContext)
           
 
Methods inherited from class org.crsh.spring.SpringBootstrap
afterPropertiesSet, createConfFS, destroy, setBeanClassLoader, setBeanFactory
 
Methods inherited from class org.crsh.plugin.PluginLifeCycle
getConfig, getContext, setConfig, start, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

servletContext

private javax.servlet.ServletContext servletContext
.

Constructor Detail

SpringWebBootstrap

public SpringWebBootstrap()
Method Detail

createCommandFS

protected FS createCommandFS()
                      throws IOException,
                             URISyntaxException
Overrides:
createCommandFS in class SpringBootstrap
Throws:
IOException
URISyntaxException

setServletContext

public void setServletContext(javax.servlet.ServletContext servletContext)
Specified by:
setServletContext in interface org.springframework.web.context.ServletContextAware


Copyright © 2014 eXo Platform SAS. All Rights Reserved.