Uses of Interface
grails.web.container.EmbeddableServer

Packages that use EmbeddableServer
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
 



Copyright (c) 2005-2009 The Grails project