org.jboss.jetty
Class JBossWebXmlConfiguration
java.lang.Object
org.jboss.jetty.JBossWebXmlConfiguration
- All Implemented Interfaces:
- org.eclipse.jetty.webapp.Configuration
public class JBossWebXmlConfiguration
- extends Object
- implements org.eclipse.jetty.webapp.Configuration
JBossWebXmlConfiguration
Extends the jetty WebXmlConfiguration to provide jboss
handling of various elements in the web.xml
|
Field Summary |
protected static org.jboss.logging.Logger |
__log
|
protected org.eclipse.jetty.webapp.WebAppContext |
_context
|
protected org.eclipse.jetty.webapp.MetaData |
_metaData
|
protected org.eclipse.jetty.security.SecurityHandler |
_securityHandler
|
|
Method Summary |
void |
cloneConfigure(org.eclipse.jetty.webapp.WebAppContext template,
org.eclipse.jetty.webapp.WebAppContext context)
|
void |
configure(org.eclipse.jetty.webapp.WebAppContext context)
|
void |
deconfigure(org.eclipse.jetty.webapp.WebAppContext context)
|
void |
destroy(org.eclipse.jetty.webapp.WebAppContext context)
|
void |
postConfigure(org.eclipse.jetty.webapp.WebAppContext context)
|
void |
preConfigure(org.eclipse.jetty.webapp.WebAppContext context)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
__log
protected static org.jboss.logging.Logger __log
_context
protected org.eclipse.jetty.webapp.WebAppContext _context
_metaData
protected org.eclipse.jetty.webapp.MetaData _metaData
_securityHandler
protected org.eclipse.jetty.security.SecurityHandler _securityHandler
JBossWebXmlConfiguration
public JBossWebXmlConfiguration()
configure
public void configure(org.eclipse.jetty.webapp.WebAppContext context)
throws Exception
- Specified by:
configure in interface org.eclipse.jetty.webapp.Configuration
- Throws:
Exception
deconfigure
public void deconfigure(org.eclipse.jetty.webapp.WebAppContext context)
throws Exception
- Specified by:
deconfigure in interface org.eclipse.jetty.webapp.Configuration
- Throws:
Exception
destroy
public void destroy(org.eclipse.jetty.webapp.WebAppContext context)
throws Exception
- Specified by:
destroy in interface org.eclipse.jetty.webapp.Configuration
- Throws:
Exception
postConfigure
public void postConfigure(org.eclipse.jetty.webapp.WebAppContext context)
throws Exception
- Specified by:
postConfigure in interface org.eclipse.jetty.webapp.Configuration
- Throws:
Exception
preConfigure
public void preConfigure(org.eclipse.jetty.webapp.WebAppContext context)
throws Exception
- Specified by:
preConfigure in interface org.eclipse.jetty.webapp.Configuration
- Throws:
Exception
cloneConfigure
public void cloneConfigure(org.eclipse.jetty.webapp.WebAppContext template,
org.eclipse.jetty.webapp.WebAppContext context)
throws Exception
- Specified by:
cloneConfigure in interface org.eclipse.jetty.webapp.Configuration
- Throws:
Exception
Copyright © 1995-2011 Mort Bay Consulting. All Rights Reserved.