OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bindScope
(Results
1 - 15
of
15
) sorted by null
/external/guice/extensions/servlet/src/com/google/inject/servlet/
InternalServletModule.java
83
bindScope
(RequestScoped.class, REQUEST);
84
bindScope
(SessionScoped.class, SESSION);
/external/guice/core/src/com/google/inject/
AbstractModule.java
83
* @see Binder#
bindScope
(Class, Scope)
85
protected void
bindScope
(Class<? extends Annotation> scopeAnnotation,
87
binder().
bindScope
(scopeAnnotation, scope);
Binder.java
196
* <p>The other methods of Binder such as {@link #
bindScope
},
234
void
bindScope
(Class<? extends Annotation> annotationType, Scope scope);
PrivateModule.java
146
* @see Binder#
bindScope
(Class, Scope)
148
protected final void
bindScope
(Class<? extends Annotation> scopeAnnotation, Scope scope) {
149
binder().
bindScope
(scopeAnnotation, scope);
/external/guice/core/test/com/google/inject/
ErrorHandlingTest.java
129
bindScope
(BadScope.class, Scopes.SINGLETON);
ScopesTest.java
279
bindScope
(CustomScoped.class, scope);
299
bindScope
(NotRuntimeRetainedScoped.class, Scopes.NO_SCOPE);
322
bindScope
(Deprecated.class, Scopes.NO_SCOPE);
345
bindScope
(CustomScoped.class, Scopes.NO_SCOPE);
350
bindScope
(CustomScoped.class, Scopes.SINGLETON);
372
bindScope
(CustomScoped.class, Scopes.SINGLETON);
373
bindScope
(CustomScoped.class, Scopes.SINGLETON);
385
bindScope
(CustomScoped.class, Scopes.NO_SCOPE);
524
bindScope
(CustomScoped.class, providerGetScope);
616
bindScope
(CustomScoped.class, Scopes.NO_SCOPE)
[
all
...]
/external/guice/core/src/com/google/inject/internal/
InjectorShell.java
294
binder.
bindScope
(Singleton.class, SINGLETON);
295
binder.
bindScope
(javax.inject.Singleton.class, SINGLETON);
/external/guice/extensions/throwingproviders/test/com/google/inject/throwingproviders/
CheckedProviderMethodsModuleTest.java
71
bindScope
(TestScope.Scoped.class, testScope);
/external/guice/core/src/com/google/inject/spi/
Elements.java
234
public void
bindScope
(Class<? extends Annotation> annotationType, Scope scope) {
/prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
sisu-guice-3.1.3-no_aop.jar
/prebuilts/tools/common/m2/repository/org/sonatype/sisu/sisu-guice/3.1.0/
sisu-guice-3.1.0-no_aop.jar
sisu-guice-3.1.0.jar
/external/testng/lib-supplied/
guice-2.0.jar
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/sonatype/sisu/sisu-guice/2.1.7/
sisu-guice-2.1.7-noaop.jar
/prebuilts/tools/common/m2/repository/org/sonatype/sisu/sisu-guice/2.1.7/
sisu-guice-2.1.7-noaop.jar
Completed in 265 milliseconds