org.crsh.spring
Class SpringWebBootstrap

java.lang.Object
  extended by org.crsh.plugin.PluginLifeCycle
      extended by org.crsh.plugin.Embedded
          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  ServletContext servletContext
          .
 
Fields inherited from class org.crsh.spring.SpringBootstrap
drivers
 
Fields inherited from class org.crsh.plugin.PluginLifeCycle
log
 
Constructor Summary
SpringWebBootstrap()
           
 
Method Summary
 void afterPropertiesSet()
           
protected  String getDefaultCmdMountPointConfig()
           
protected  String getDefaultConfMountPointConfig()
           
 void setServletContext(ServletContext servletContext)
           
 
Methods inherited from class org.crsh.spring.SpringBootstrap
destroy, getCmdMountPointConfig, getConfMountPointConfig, getMountFactories, resolveCmdMountPointConfig, resolveConfMountPointConfig, setBeanClassLoader, setBeanFactory, setCmdMountPointConfig, setConfMountPointConfig
 
Methods inherited from class org.crsh.plugin.Embedded
create, createCommandFS, createConfFS, createFS, start
 
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 ServletContext servletContext
.

Constructor Detail

SpringWebBootstrap

public SpringWebBootstrap()
Method Detail

afterPropertiesSet

public void afterPropertiesSet()
                        throws Exception
Specified by:
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
Overrides:
afterPropertiesSet in class SpringBootstrap
Throws:
Exception

getDefaultCmdMountPointConfig

protected String getDefaultCmdMountPointConfig()
Overrides:
getDefaultCmdMountPointConfig in class SpringBootstrap

getDefaultConfMountPointConfig

protected String getDefaultConfMountPointConfig()
Overrides:
getDefaultConfMountPointConfig in class SpringBootstrap

setServletContext

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


Copyright © 2015 eXo Platform SAS. All Rights Reserved.