public class WicketJetty9Runner extends Object
WicketJetty9Runner.| Constructor and Description |
|---|
WicketJetty9Runner() |
| Modifier and Type | Method and Description |
|---|---|
static void |
run(Class<? extends org.apache.wicket.Application> applicationClass,
File webapp)
Run a jetty server with the given parameters.
|
static void |
run(Class<? extends org.apache.wicket.Application> applicationClass,
File webapp,
int httpPort,
int httpsPort,
String keyStorePassword)
Run a jetty server with the given parameters.
|
public static void run(Class<? extends org.apache.wicket.Application> applicationClass, File webapp)
applicationClass - the application classwebapp - the webapppublic static void run(Class<? extends org.apache.wicket.Application> applicationClass, File webapp, int httpPort, int httpsPort, String keyStorePassword)
applicationClass - the application classwebapp - the webapphttpPort - the http porthttpsPort - the https portkeyStorePassword - the key store passwordCopyright © 2015 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.