ApplicationConfigurator |
ApplicationConfigurator.addPackages(boolean recursively,
Package... packages) |
Adds one or more packages which will be used to scan for resource,
provider and feature classes.
|
ApplicationConfigurator |
ApplicationConfigurator.addPackages(boolean recursively,
String... packageNames) |
Adds one or more fully qualified packages name which will be used to
scan for resource, provider and feature classes.
|
ApplicationConfigurator |
ApplicationConfigurator.addPackages(Package... packages) |
Adds one or more packages which will be used to scan for resource,
provider and feature classes.
|
ApplicationConfigurator |
ApplicationConfigurator.addPackages(String... packageNames) |
Adds one or more fully qualified packages name which will be used
to scan for resource, provider and feature classes.
|
ApplicationConfigurator |
ApplicationConfigurator.addProperties(Map<String,Object> properties) |
Adds custom application-wide properties.
|
ApplicationConfigurator |
ApplicationConfigurator.register(Class<?> aClass) |
Registers a resource, provider or feature class.
|
ApplicationConfigurator |
ApplicationConfigurator.register(Object aSingleton) |
Registers a resource, provider or feature instance.
|