public class WicketServletContextHandlerFactory extends Object
| Constructor and Description |
|---|
WicketServletContextHandlerFactory() |
| Modifier and Type | Method and Description |
|---|---|
static org.eclipse.jetty.servlet.ServletContextHandler |
newServletContextHandler(Class<? extends org.apache.wicket.Application> applicationClass)
New servlet context handler.
|
static org.eclipse.jetty.servlet.ServletContextHandler |
newServletContextHandler(Class<? extends org.apache.wicket.Application> applicationClass,
File webapp)
New servlet context handler.
|
static org.eclipse.jetty.servlet.ServletContextHandler |
newServletContextHandler(Class<? extends org.apache.wicket.Application> applicationClass,
String contextPath,
File webapp,
int maxInactiveInterval,
String filterPath)
Deprecated.
|
static org.eclipse.jetty.servlet.ServletContextHandler |
newServletContextHandler(de.alpharogroup.jetty9.runner.config.ServletContextHandlerConfiguration configuration)
Deprecated.
|
static org.eclipse.jetty.servlet.ServletContextHandler |
newWicketServletContextHandler(Class<? extends org.apache.wicket.Application> applicationClass,
String contextPath,
File webapp,
int maxInactiveInterval,
String filterPath)
New wicket filter context handler.
|
static org.eclipse.jetty.servlet.ServletContextHandler |
newWicketServletContextHandler(de.alpharogroup.jetty9.runner.config.ServletContextHandlerConfiguration configuration)
New wicket servlet context handler.
|
public static org.eclipse.jetty.servlet.ServletContextHandler newServletContextHandler(Class<? extends org.apache.wicket.Application> applicationClass)
applicationClass - the application classpublic static org.eclipse.jetty.servlet.ServletContextHandler newServletContextHandler(Class<? extends org.apache.wicket.Application> applicationClass, File webapp)
applicationClass - the application classwebapp - the webapppublic static org.eclipse.jetty.servlet.ServletContextHandler newServletContextHandler(Class<? extends org.apache.wicket.Application> applicationClass, String contextPath, File webapp, int maxInactiveInterval, String filterPath)
newWicketServletContextHandler(Class, String, File, int, String)applicationClass - the application classcontextPath - the context pathwebapp - the webappmaxInactiveInterval - the max inactive intervalfilterPath - the filter pathpublic static org.eclipse.jetty.servlet.ServletContextHandler newServletContextHandler(de.alpharogroup.jetty9.runner.config.ServletContextHandlerConfiguration configuration)
newWicketServletContextHandler(ServletContextHandlerConfiguration)configuration - the configurationpublic static org.eclipse.jetty.servlet.ServletContextHandler newWicketServletContextHandler(Class<? extends org.apache.wicket.Application> applicationClass, String contextPath, File webapp, int maxInactiveInterval, String filterPath)
applicationClass - the application classcontextPath - the context pathwebapp - the webappmaxInactiveInterval - the max inactive intervalfilterPath - the filter pathpublic static org.eclipse.jetty.servlet.ServletContextHandler newWicketServletContextHandler(de.alpharogroup.jetty9.runner.config.ServletContextHandlerConfiguration configuration)
configuration - the configurationCopyright © 2015 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.