| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.context.annotation.ScopeMetadata
public class ScopeMetadata
Describes scope characteristics for a Spring-managed bean including the scope name and the scoped-proxy behavior.
The default scope is "singleton", and the default is to not create scoped-proxies.
ScopeMetadataResolver, 
ScopedProxyMode| Constructor Summary | |
|---|---|
| ScopeMetadata() | |
| Method Summary | |
|---|---|
|  ScopedProxyMode | getScopedProxyMode()Get the proxy-mode to be applied to the scoped instance. | 
|  String | getScopeName()Get the name of the scope. | 
|  void | setScopedProxyMode(ScopedProxyMode scopedProxyMode)Set the proxy-mode to be applied to the scoped instance. | 
|  void | setScopeName(String scopeName)Set the name of the scope. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public ScopeMetadata()
| Method Detail | 
|---|
public String getScopeName()
public void setScopeName(String scopeName)
scopeName - said scope namepublic ScopedProxyMode getScopedProxyMode()
public void setScopedProxyMode(ScopedProxyMode scopedProxyMode)
scopedProxyMode - said scoped-proxy mode| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||