Example usage for org.springframework.context.annotation ScopeMetadataResolver interface-usage

List of usage examples for org.springframework.context.annotation ScopeMetadataResolver interface-usage

Introduction

In this page you can find the example usage for org.springframework.context.annotation ScopeMetadataResolver interface-usage.

Usage

From source file org.apache.click.extras.spring.PageScopeResolver.java

/**
 * Provides a Spring bean scope resolver when using Spring
 * instantiated pages with the @Component annotation.
 * <p/>
 * This scope meta data resolver will resolve "prototype" scope for any Click
 * Page bean, and "singleton" scope for any other bean.

From source file br.com.caelum.vraptor.ioc.spring.VRaptorScopeResolver.java

/**
 * @author Fabio Kung
 */
class VRaptorScopeResolver implements ScopeMetadataResolver {
    private final Map<String, String> scopes = new LinkedHashMap<String, String>();