org.jboss.errai.cdi.server.gwt
Class JettyLauncher
java.lang.Object
com.google.gwt.core.ext.ServletContainerLauncher
org.jboss.errai.cdi.server.gwt.JettyLauncher
public class JettyLauncher
- extends com.google.gwt.core.ext.ServletContainerLauncher
A ServletContainerLauncher for an embedded Jetty server.
| Methods inherited from class com.google.gwt.core.ext.ServletContainerLauncher |
getIconBytes, processArguments, setBindAddress |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JettyLauncher
public JettyLauncher()
getIconPath
public String getIconPath()
- Overrides:
getIconPath in class com.google.gwt.core.ext.ServletContainerLauncher
getName
public String getName()
- Overrides:
getName in class com.google.gwt.core.ext.ServletContainerLauncher
start
public com.google.gwt.core.ext.ServletContainer start(com.google.gwt.core.ext.TreeLogger logger,
int port,
File appRootDir)
throws Exception
- Specified by:
start in class com.google.gwt.core.ext.ServletContainerLauncher
- Throws:
Exception
getConnector
protected org.mortbay.jetty.AbstractConnector getConnector()
Copyright © 2011. All Rights Reserved.