public class WicketJetty9Runner extends Object
WicketJetty9Runner provides methods for start wicket applications| Modifier and Type | Field and Description |
|---|---|
static String |
WICKET_CONFIGURATION_KEY
The Constant WICKET_CONFIGURATION_KEY is the key for the system properties that defines the
runtime configuration.
|
| 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.
|
static void |
run(de.alpharogroup.jetty9.runner.config.StartConfig startConfig)
Run a jetty server with the given
StartConfig object. |
static void |
run(de.alpharogroup.jetty9.runner.config.StartConfig startConfig,
org.eclipse.jetty.server.Server server)
Run a jetty server with the given
StartConfig object on the given Server
object. |
public static final String WICKET_CONFIGURATION_KEY
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 passwordpublic static void run(de.alpharogroup.jetty9.runner.config.StartConfig startConfig)
StartConfig object.startConfig - the start configpublic static void run(de.alpharogroup.jetty9.runner.config.StartConfig startConfig,
org.eclipse.jetty.server.Server server)
StartConfig object on the given Server
object.startConfig - the start configserver - the serverCopyright © 2015–2018 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.