Constructor and Description |
---|
ProtoScope() |
Modifier and Type | Method and Description |
---|---|
boolean |
accept(Scope referenceScope)
Allows all scopes to be injected into prototype scoped beans.
|
java.lang.Object |
lookup(java.lang.String name)
Returns
null as no bean instance is stored. |
void |
register(BeanDefinition beanDefinition,
java.lang.Object bean)
Does nothing, as bean instances are not stored.
|
void |
remove(java.lang.String name)
Does nothing.
|
void |
shutdown()
Does nothing.
|
public java.lang.Object lookup(java.lang.String name)
null
as no bean instance is stored.public void register(BeanDefinition beanDefinition, java.lang.Object bean)
public void remove(java.lang.String name)
public boolean accept(Scope referenceScope)
Copyright © 2003-present Jodd Team