org.eclipse.jetty.webapp
类 JettyWebXmlConfiguration
java.lang.Object
org.eclipse.jetty.webapp.AbstractConfiguration
org.eclipse.jetty.webapp.JettyWebXmlConfiguration
- 所有已实现的接口:
- Configuration
public class JettyWebXmlConfiguration
- extends AbstractConfiguration
JettyWebConfiguration.
Looks for Xmlconfiguration files in WEB-INF. Searches in order for the first of jetty6-web.xml, jetty-web.xml or web-jetty.xml
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PROPERTY_THIS_WEB_INF_URL
public static final String PROPERTY_THIS_WEB_INF_URL
- The value of this property points to the WEB-INF directory of
the web-app currently installed.
it is passed as a property to the jetty-web.xml file
- 另请参见:
- 常量字段值
XML_CONFIGURATION
public static final String XML_CONFIGURATION
- 另请参见:
- 常量字段值
JETTY_WEB_XML
public static final String JETTY_WEB_XML
- 另请参见:
- 常量字段值
JettyWebXmlConfiguration
public JettyWebXmlConfiguration()
configure
public void configure(WebAppContext context)
throws Exception
- Configure
Apply web-jetty.xml configuration
- 指定者:
- 接口
Configuration 中的 configure - 覆盖:
- 类
AbstractConfiguration 中的 configure
- 参数:
context - The context to configure
- 抛出:
Exception- 另请参见:
Configuration.configure(WebAppContext)
Copyright © 2013. All Rights Reserved.