|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectorg.eclipse.jetty.webapp.AbstractConfiguration
org.eclipse.jetty.plus.webapp.EnvConfiguration
public class EnvConfiguration
EnvConfiguration
| 构造方法摘要 | |
|---|---|
EnvConfiguration()
|
|
| 方法摘要 | |
|---|---|
void |
bindEnvEntries(WebAppContext context)
Bind all EnvEntries that have been declared, so that the processing of the web.xml file can potentially override them. |
void |
configure(WebAppContext context)
Configure WebApp. |
protected void |
createEnvContext(WebAppContext wac)
|
void |
deconfigure(WebAppContext context)
Remove jndi setup from start |
void |
destroy(WebAppContext context)
Remove all jndi setup |
void |
preConfigure(WebAppContext context)
Set up for configuration. |
void |
setJettyEnvXml(URL url)
|
| 从类 org.eclipse.jetty.webapp.AbstractConfiguration 继承的方法 |
|---|
cloneConfigure, postConfigure |
| 从类 java.lang.Object 继承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 构造方法详细信息 |
|---|
public EnvConfiguration()
| 方法详细信息 |
|---|
public void setJettyEnvXml(URL url)
public void preConfigure(WebAppContext context)
throws Exception
Configuration 复制的描述Typically this step discovers configuration resources
Configuration 中的 preConfigureAbstractConfiguration 中的 preConfigurecontext - The context to configure
ExceptionConfiguration.configure(WebAppContext)
public void configure(WebAppContext context)
throws Exception
Configuration 复制的描述
Typically this step applies the discovered configuration resources to
either the WebAppContext or the associated MetaData.
Configuration 中的 configureAbstractConfiguration 中的 configurecontext - The context to configure
Exception
public void deconfigure(WebAppContext context)
throws Exception
Configuration 中的 deconfigureAbstractConfiguration 中的 deconfigurecontext - The context to configure
ExceptionConfiguration.deconfigure(WebAppContext)
public void destroy(WebAppContext context)
throws Exception
Configuration 中的 destroyAbstractConfiguration 中的 destroycontext - The context to configure
ExceptionConfiguration.deconfigure(WebAppContext)
public void bindEnvEntries(WebAppContext context)
throws NamingException
NamingException
protected void createEnvContext(WebAppContext wac)
throws NamingException
NamingException
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||