|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.google.gwt.core.ext.ServletContainerLauncher
org.jboss.errai.cdi.server.gwt.JettyLauncher
public class JettyLauncher
A ServletContainerLauncher for an embedded Jetty server.
| Nested Class Summary | |
|---|---|
static class |
JettyLauncher.JettyRequestLogger
Log jetty requests/responses to TreeLogger. |
protected static class |
JettyLauncher.JettyServletContainer
The resulting ServletContainer this is launched. |
static class |
JettyLauncher.JettyTreeLogger
An adapter for the Jetty logging system to GWT's TreeLogger. |
protected static class |
JettyLauncher.WebAppContextWithReload
A WebAppContext tailored to GWT hosted mode. |
| Constructor Summary | |
|---|---|
JettyLauncher()
|
|
| Method Summary | |
|---|---|
protected JettyLauncher.JettyServletContainer |
createServletContainer(com.google.gwt.core.ext.TreeLogger logger,
File appRootDir,
org.mortbay.jetty.Server server,
org.mortbay.jetty.webapp.WebAppContext wac,
int localPort)
|
protected org.mortbay.jetty.webapp.WebAppContext |
createWebAppContext(com.google.gwt.core.ext.TreeLogger logger,
File appRootDir)
|
protected org.mortbay.jetty.AbstractConnector |
getConnector()
|
String |
getIconPath()
|
String |
getName()
|
com.google.gwt.core.ext.ServletContainer |
start(com.google.gwt.core.ext.TreeLogger logger,
int port,
File appRootDir)
|
| Methods inherited from class com.google.gwt.core.ext.ServletContainerLauncher |
|---|
getIconBytes, isSecure, processArguments, setBindAddress |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JettyLauncher()
| Method Detail |
|---|
public String getIconPath()
getIconPath in class com.google.gwt.core.ext.ServletContainerLauncherpublic String getName()
getName in class com.google.gwt.core.ext.ServletContainerLauncher
public com.google.gwt.core.ext.ServletContainer start(com.google.gwt.core.ext.TreeLogger logger,
int port,
File appRootDir)
throws Exception
start in class com.google.gwt.core.ext.ServletContainerLauncherExceptionprotected org.mortbay.jetty.AbstractConnector getConnector()
protected JettyLauncher.JettyServletContainer createServletContainer(com.google.gwt.core.ext.TreeLogger logger,
File appRootDir,
org.mortbay.jetty.Server server,
org.mortbay.jetty.webapp.WebAppContext wac,
int localPort)
protected org.mortbay.jetty.webapp.WebAppContext createWebAppContext(com.google.gwt.core.ext.TreeLogger logger,
File appRootDir)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||