T - The type of the root object instancepublic abstract class ExtensibleWebAppMain<T>
extends org.kohsuke.stapler.framework.AbstractWebAppMain<T>
Applications that use stapler can use this as the base class, and then register that as the servlet context listener.
| Modifier | Constructor and Description |
|---|---|
protected |
ExtensibleWebAppMain(Class<T> rootType) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
assembleModules(List<com.google.inject.Module> modules) |
Object |
createApplication() |
com.google.inject.Injector |
createInjector() |
protected ClassLoader |
createWorld() |
public com.google.inject.Injector createInjector()
protected void assembleModules(List<com.google.inject.Module> modules)
protected ClassLoader createWorld()
Copyright © 2014. All rights reserved.