public class AppVersionHandlerFactory extends Object
AppVersionHandlerFactory implements a Handler for a given AppVersionKey.| Modifier and Type | Field and Description |
|---|---|
static String |
WEB_DEFAULTS_XML
Any settings in this webdefault.xml file will be inherited by all applications.
|
| Constructor and Description |
|---|
AppVersionHandlerFactory(org.eclipse.jetty.server.Server server,
String serverInfo,
WebAppContextFactory contextFactory) |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.jetty.server.Handler |
createHandler(AppVersion appVersion)
Returns the
Handler that will handle requests for the specified application version. |
public static final String WEB_DEFAULTS_XML
public AppVersionHandlerFactory(org.eclipse.jetty.server.Server server,
String serverInfo,
WebAppContextFactory contextFactory)
public org.eclipse.jetty.server.Handler createHandler(AppVersion appVersion) throws javax.servlet.ServletException
Handler that will handle requests for the specified application version.javax.servlet.ServletExceptionCopyright © 2022. All rights reserved.