|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectnet.hasor.core.context.AbstractAppContext
net.hasor.core.context.SimpleAppContext
net.hasor.core.context.StandardAppContext
net.hasor.core.context.AnnoStandardAppContext
net.hasor.web.context.AnnoWebAppContext
public class AnnoWebAppContext
| 字段摘要 |
|---|
| 从类 net.hasor.core.context.StandardAppContext 继承的字段 |
|---|
DefaultSettings |
| 从接口 net.hasor.core.AppContext 继承的字段 |
|---|
ContextEvent_Initialized, ContextEvent_Started, ContextEvent_Stoped, ModuleEvent_Started, ModuleEvent_Stoped |
| 构造方法摘要 | |
|---|---|
AnnoWebAppContext(File mainSettings,
javax.servlet.ServletContext servletContext)
|
|
AnnoWebAppContext(javax.servlet.ServletContext servletContext)
|
|
AnnoWebAppContext(String mainSettings,
javax.servlet.ServletContext servletContext)
|
|
AnnoWebAppContext(URI mainSettings,
javax.servlet.ServletContext servletContext)
|
|
| 方法摘要 | |
|---|---|
protected WebEnvironment |
createEnvironment()
|
protected com.google.inject.Injector |
createInjector(com.google.inject.Module[] guiceModules)
|
protected void |
doBind(com.google.inject.Binder guiceBinder)
|
javax.servlet.ServletContext |
getServletContext()
获取 ServletContext |
protected net.hasor.core.binder.AbstractApiBinder |
newApiBinder(net.hasor.core.module.ModulePropxy forModule,
com.google.inject.Binder guiceBinder)
|
| 从类 net.hasor.core.context.AnnoStandardAppContext 继承的方法 |
|---|
initContext, loadModule |
| 从类 net.hasor.core.context.StandardAppContext 继承的方法 |
|---|
getMainSettings |
| 从类 net.hasor.core.context.AbstractAppContext 继承的方法 |
|---|
addGuiceModule, addModule, doInitialize, doStart, doStop, findBeanByType, findBeanByType, findClass, findProviderByType, findProviderByType, getBean, getBeanInfo, getBeanName, getBeanNames, getBeanType, getContext, getEnvironment, getEventManager, getGuice, getInstance, getModuleList, getModules, getSettings, getStartTime, isReady, isStart, printModState, reboot, removeModule, restart, setContext, start, stop |
| 从类 java.lang.Object 继承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 从接口 net.hasor.core.AppContext 继承的方法 |
|---|
findBeanByType, findBeanByType, findClass, findProviderByType, findProviderByType, getBean, getBeanName, getBeanNames, getBeanType, getContext, getEnvironment, getEventManager, getGuice, getInstance, getModules, getSettings, getStartTime, isReady, isStart, start, stop |
| 构造方法详细信息 |
|---|
public AnnoWebAppContext(javax.servlet.ServletContext servletContext)
throws IOException,
URISyntaxException
IOException
URISyntaxException
public AnnoWebAppContext(String mainSettings,
javax.servlet.ServletContext servletContext)
throws IOException,
URISyntaxException
IOException
URISyntaxException
public AnnoWebAppContext(File mainSettings,
javax.servlet.ServletContext servletContext)
public AnnoWebAppContext(URI mainSettings,
javax.servlet.ServletContext servletContext)
| 方法详细信息 |
|---|
public javax.servlet.ServletContext getServletContext()
ServletContext
WebAppContext 中的 getServletContextprotected com.google.inject.Injector createInjector(com.google.inject.Module[] guiceModules)
net.hasor.core.context.AbstractAppContext 中的 createInjectorprotected WebEnvironment createEnvironment()
net.hasor.core.context.StandardAppContext 中的 createEnvironment
protected net.hasor.core.binder.AbstractApiBinder newApiBinder(net.hasor.core.module.ModulePropxy forModule,
com.google.inject.Binder guiceBinder)
net.hasor.core.context.AbstractAppContext 中的 newApiBinderprotected void doBind(com.google.inject.Binder guiceBinder)
net.hasor.core.context.AbstractAppContext 中的 doBind
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||