public class DefaultGuiceModule
extends com.google.inject.AbstractModule
| Modifier and Type | Field and Description |
|---|---|
static ThreadFactory |
DAEMON_THREAD_FACTORY |
| Constructor and Description |
|---|
DefaultGuiceModule() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
configure() |
protected List<String> |
defaultFeatures(String features,
Set<String> extended)
Merges the features provided in shindig.properties with the extended features from multibinding
|
protected void |
registerConfigContributors() |
protected void |
registerFeatureHandlers()
Sets up the multibinding for extended feature resources
|
protected void |
registerGadgetHandlers()
Sets up multibinding for rpc handlers
|
addError, addError, addError, bind, bind, bind, bindConstant, binder, bindInterceptor, bindListener, bindScope, configure, convertToTypes, currentStage, getMembersInjector, getMembersInjector, getProvider, getProvider, install, requestInjection, requestStaticInjection, requireBinding, requireBindingpublic static final ThreadFactory DAEMON_THREAD_FACTORY
protected void configure()
configure in class com.google.inject.AbstractModuleprotected void registerGadgetHandlers()
protected void registerConfigContributors()
protected void registerFeatureHandlers()
@Provides protected List<String> defaultFeatures(String features, Set<String> extended)
features - Comma separated string from shindig.properties key 'shindig.features.default'extended - Set of paths/resources from pluginsCopyright © 2007-2012. All Rights Reserved.