public class ScopeMetadata extends Object
The default scope is "singleton", and the default is to not create scoped-proxies.
ScopeMetadataResolver,
ScopedProxyMode| 构造器和说明 |
|---|
ScopeMetadata() |
| 限定符和类型 | 方法和说明 |
|---|---|
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.
|
public void setScopeName(String scopeName)
public String getScopeName()
public void setScopedProxyMode(ScopedProxyMode scopedProxyMode)
public ScopedProxyMode getScopedProxyMode()