Uses of Interface
grails.web.container.EmbeddableServer

Packages that use EmbeddableServer
grails.web.container   
org.codehaus.groovy.grails.web.container   
 

Uses of EmbeddableServer in grails.web.container
 

Methods in grails.web.container that return EmbeddableServer
 EmbeddableServer EmbeddableServerFactory.createForWAR(String warPath, String contextPath)
          Creates a EmbeddableServer instance for the given WAR file and context path
 EmbeddableServer EmbeddableServerFactory.createInline(String basedir, String webXml, String contextPath, ClassLoader classLoader)
          Creates an inline server for the the given base directory, web.xml file and class loader
 

Uses of EmbeddableServer in org.codehaus.groovy.grails.web.container
 

Methods in org.codehaus.groovy.grails.web.container that return EmbeddableServer
 EmbeddableServer JettyServerFactory.createForWAR(String warPath, String contextPath)
           
 EmbeddableServer JettyServerFactory.createInline(String basedir, String webXml, String contextPath, ClassLoader classLoader)
           
 



Copyright (c) 2005-2009 The Grails project