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


字段摘要
static String JETTY_WEB_XML
           
static String PROPERTY_THIS_WEB_INF_URL
          The value of this property points to the WEB-INF directory of the web-app currently installed.
static String XML_CONFIGURATION
           
 
构造方法摘要
JettyWebXmlConfiguration()
           
 
方法摘要
 void configure(WebAppContext context)
          Configure Apply web-jetty.xml configuration
 
从类 org.eclipse.jetty.webapp.AbstractConfiguration 继承的方法
cloneConfigure, deconfigure, destroy, postConfigure, preConfigure
 
从类 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.