public class ContextLinking extends Object
Constructor and Description |
---|
ContextLinking() |
Modifier and Type | Method and Description |
---|---|
static com.google.inject.Module |
linkContext(Context context) |
static com.google.inject.Module |
linkContext(String id,
com.google.common.base.Supplier<Context> context) |
static com.google.inject.Module |
linkView(String id,
com.google.common.base.Supplier<View> view) |
static com.google.inject.Module |
linkView(View view) |
public static com.google.inject.Module linkView(String id, com.google.common.base.Supplier<View> view)
public static com.google.inject.Module linkContext(String id, com.google.common.base.Supplier<Context> context)
public static com.google.inject.Module linkView(View view)
public static com.google.inject.Module linkContext(Context context)
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.