|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mortbay.jetty.webapp.WebXmlConfiguration
org.mortbay.jetty.plus.webapp.AbstractConfiguration
org.mortbay.jetty.plus.webapp.Configuration
org.gradle.api.plugins.jetty.JettyConfiguration
class JettyConfiguration extends org.mortbay.jetty.plus.webapp.Configuration
Constructor Summary | |
JettyConfiguration()
|
Method Summary | |
---|---|
void
|
configureClassLoader()
Set up the classloader for the webapp, using the various parts of the Maven project |
protected URL
|
findWebXml()
|
void
|
parseAnnotations()
|
void
|
setClassPathConfiguration(List classPathFiles)
|
void
|
setWebXml(File webXmlFile)
|
Methods inherited from class org.mortbay.jetty.plus.webapp.Configuration | |
---|---|
configureClassLoader, deconfigureWebApp, configureDefaults, configureWebApp, bindEnvEntry, bindResourceRef, bindResourceEnvRef, bindMessageDestinationRef, bindUserTransaction, parseAnnotations, configure, setWebAppContext, getWebAppContext, webXmlParser, hashCode, getClass, equals, toString, wait, wait, wait, notify, notifyAll |
Methods inherited from class org.mortbay.jetty.plus.webapp.AbstractConfiguration | |
---|---|
configure, setWebAppContext, deconfigureWebApp, configureDefaults, configureWebApp, bindEnvEntry, bindResourceRef, bindResourceEnvRef, bindMessageDestinationRef, bindUserTransaction, configureClassLoader, getWebAppContext, webXmlParser, hashCode, getClass, equals, toString, wait, wait, wait, notify, notifyAll |
Methods inherited from class org.mortbay.jetty.webapp.WebXmlConfiguration | |
---|---|
configure, setWebAppContext, configureClassLoader, deconfigureWebApp, configureDefaults, configureWebApp, getWebAppContext, webXmlParser, hashCode, getClass, equals, toString, wait, wait, wait, notify, notifyAll |
Methods inherited from class java.lang.Object | |
---|---|
hashCode, getClass, equals, toString, wait, wait, wait, notify, notifyAll |
Constructor Detail |
---|
public JettyConfiguration()
Method Detail |
---|
public void configureClassLoader()
protected URL findWebXml()
public void parseAnnotations()
public void setClassPathConfiguration(List classPathFiles)
public void setWebXml(File webXmlFile)
Groovy Documentation