Uses of Class
org.springframework.context.annotation.ScopedProxyMode

Packages that use ScopedProxyMode
org.springframework.context.annotation Annotation support for context configuration, including classpath scanning for autowire candidates. 
 

Uses of ScopedProxyMode in org.springframework.context.annotation
 

Methods in org.springframework.context.annotation that return ScopedProxyMode
 ScopedProxyMode ScopeMetadata.getScopedProxyMode()
          Get the proxy-mode to be applied to the scoped instance.
static ScopedProxyMode ScopedProxyMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ScopedProxyMode[] ScopedProxyMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.springframework.context.annotation with parameters of type ScopedProxyMode
 void ClassPathBeanDefinitionScanner.setScopedProxyMode(ScopedProxyMode scopedProxyMode)
          Specify the proxy behavior for non-singleton scoped beans.
 void ScopeMetadata.setScopedProxyMode(ScopedProxyMode scopedProxyMode)
          Set the proxy-mode to be applied to the scoped instance.
 

Constructors in org.springframework.context.annotation with parameters of type ScopedProxyMode
AnnotationScopeMetadataResolver(ScopedProxyMode scopedProxyMode)
          Create a new instance of the AnnotationScopeMetadataResolver class.
 



Copyright © 2002-2008 The Spring Framework.