public class Bootstrap extends Object
Modifier and Type | Field and Description |
---|---|
static String |
APPLICATION_GUICE_MODULE_CONVENTION_LOCATION |
static String |
APPLICATION_GUICE_SERVLET_MODULE_CONVENTION_LOCATION |
static String |
NINJA_CONVENTION_LOCATION |
protected NinjaBaseDirectoryResolver |
ninjaBaseDirectoryResolver |
static String |
ROUTES_CONVENTION_LOCATION |
Constructor and Description |
---|
Bootstrap(NinjaPropertiesImpl ninjaProperties) |
Modifier and Type | Method and Description |
---|---|
void |
addModule(com.google.inject.Module module) |
void |
boot() |
protected void |
configure() |
com.google.inject.Injector |
getInjector() |
void |
initRoutes() |
void |
shutdown() |
public static final String APPLICATION_GUICE_MODULE_CONVENTION_LOCATION
public static final String APPLICATION_GUICE_SERVLET_MODULE_CONVENTION_LOCATION
public static final String ROUTES_CONVENTION_LOCATION
public static final String NINJA_CONVENTION_LOCATION
protected final NinjaBaseDirectoryResolver ninjaBaseDirectoryResolver
public Bootstrap(NinjaPropertiesImpl ninjaProperties)
Copyright © 2019 ninjaframework. All rights reserved.