|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectorg.eclipse.jetty.webapp.AbstractConfiguration
org.eclipse.jetty.webapp.FragmentConfiguration
public class FragmentConfiguration
FragmentConfiguration Process web-fragments in jars
| 字段摘要 | |
|---|---|
static String |
FRAGMENT_RESOURCES
|
| 构造方法摘要 | |
|---|---|
FragmentConfiguration()
|
|
| 方法摘要 | |
|---|---|
void |
configure(WebAppContext context)
Configure WebApp. |
void |
findWebFragments(WebAppContext context,
MetaData metaData)
Look for any web-fragment.xml fragments in META-INF of jars in WEB-INF/lib |
void |
postConfigure(WebAppContext context)
Clear down after configuration. |
void |
preConfigure(WebAppContext context)
Set up for configuration. |
| 从类 org.eclipse.jetty.webapp.AbstractConfiguration 继承的方法 |
|---|
cloneConfigure, deconfigure, destroy |
| 从类 java.lang.Object 继承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 字段详细信息 |
|---|
public static final String FRAGMENT_RESOURCES
| 构造方法详细信息 |
|---|
public FragmentConfiguration()
| 方法详细信息 |
|---|
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 复制的描述
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 postConfigure(WebAppContext context)
throws Exception
Configuration 复制的描述
Configuration 中的 postConfigureAbstractConfiguration 中的 postConfigurecontext - The context to configure
Exception
public void findWebFragments(WebAppContext context,
MetaData metaData)
throws Exception
Exception
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||