|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectorg.eclipse.jetty.webapp.AbstractConfiguration
org.eclipse.jetty.webapp.WebXmlConfiguration
public class WebXmlConfiguration
Configure by parsing default web.xml and web.xml
| 构造方法摘要 | |
|---|---|
WebXmlConfiguration()
|
|
| 方法摘要 | |
|---|---|
void |
configure(WebAppContext context)
Process web-default.xml, web.xml, override-web.xml |
void |
deconfigure(WebAppContext context)
DeConfigure WebApp. |
protected Resource |
findWebXml(WebAppContext context)
|
void |
preConfigure(WebAppContext context)
Set up for configuration. |
| 从类 org.eclipse.jetty.webapp.AbstractConfiguration 继承的方法 |
|---|
cloneConfigure, destroy, postConfigure |
| 从类 java.lang.Object 继承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 构造方法详细信息 |
|---|
public WebXmlConfiguration()
| 方法详细信息 |
|---|
public void preConfigure(WebAppContext context)
throws Exception
Configuration 复制的描述Typically this step discovers configuration resources
Configuration 中的 preConfigureAbstractConfiguration 中的 preConfigurecontext - The context to configure
Exception
public void configure(WebAppContext context)
throws Exception
Configuration 中的 configureAbstractConfiguration 中的 configurecontext - The context to configure
Exception
protected Resource findWebXml(WebAppContext context)
throws IOException,
MalformedURLException
IOException
MalformedURLException
public void deconfigure(WebAppContext context)
throws Exception
Configuration 复制的描述
Configuration 中的 deconfigureAbstractConfiguration 中的 deconfigurecontext - The context to configure
Exception
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||