org.eclipse.jetty.webapp
类 CloneConfiguration
java.lang.Object
org.eclipse.jetty.webapp.AbstractConfiguration
org.eclipse.jetty.webapp.CloneConfiguration
- 所有已实现的接口:
- Configuration
public class CloneConfiguration
- extends AbstractConfiguration
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
configure
public void configure(WebAppContext context)
throws Exception
- 从接口
Configuration 复制的描述
- Configure WebApp.
Typically this step applies the discovered configuration resources to
either the WebAppContext or the associated MetaData.
- 指定者:
- 接口
Configuration 中的 configure - 覆盖:
- 类
AbstractConfiguration 中的 configure
- 参数:
context - The context to configure
- 抛出:
Exception
deconfigure
public void deconfigure(WebAppContext context)
throws Exception
- 从接口
Configuration 复制的描述
- DeConfigure WebApp.
This method is called to undo all configuration done. This is
called to allow the context to work correctly over a stop/start cycle
- 指定者:
- 接口
Configuration 中的 deconfigure - 覆盖:
- 类
AbstractConfiguration 中的 deconfigure
- 参数:
context - The context to configure
- 抛出:
Exception
Copyright © 2013. All Rights Reserved.