Groovy Documentation

org.gradle.api.plugins.jetty
Class JettyConfiguration

java.lang.Object
  org.mortbay.jetty.plus.webapp.Configuration
      org.gradle.api.plugins.jetty.JettyConfiguration

class JettyConfiguration
extends 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)

 

Constructor Detail

JettyConfiguration

public JettyConfiguration()


 
Method Detail

configureClassLoader

public void configureClassLoader()
Set up the classloader for the webapp, using the various parts of the Maven project
see:
org.mortbay.jetty.webapp.Configuration#configureClassLoader()


findWebXml

protected URL findWebXml()


parseAnnotations

public void parseAnnotations()


setClassPathConfiguration

public void setClassPathConfiguration(List classPathFiles)


setWebXml

public void setWebXml(File webXmlFile)


 

Groovy Documentation