|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.crsh.plugin.PluginLifeCycle org.crsh.plugin.Embedded org.crsh.spring.SpringBootstrap org.crsh.spring.SpringWebBootstrap
public class SpringWebBootstrap
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 |
---|
private ServletContext servletContext
Constructor Detail |
---|
public SpringWebBootstrap()
Method Detail |
---|
public void afterPropertiesSet() throws Exception
afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean
afterPropertiesSet
in class SpringBootstrap
Exception
protected String getDefaultCmdMountPointConfig()
getDefaultCmdMountPointConfig
in class SpringBootstrap
protected String getDefaultConfMountPointConfig()
getDefaultConfMountPointConfig
in class SpringBootstrap
public void setServletContext(ServletContext servletContext)
setServletContext
in interface org.springframework.web.context.ServletContextAware
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |