Example usage for org.springframework.context.support SimpleThreadScope subclass-usage

List of usage examples for org.springframework.context.support SimpleThreadScope subclass-usage

Introduction

In this page you can find the example usage for org.springframework.context.support SimpleThreadScope subclass-usage.

Usage

From source file uk.ac.ebi.intact.editor.util.HybridSessionThreadScope.java

/**
 * This scopes checks if the bean exists in the session, and if it is not available, it
 * checks the thread/
 */
public class HybridSessionThreadScope extends SimpleThreadScope {

From source file org.cyclop.test.ThreadTestScope.java

/** @author Maciej Miklas */
@Named
public class ThreadTestScope extends SimpleThreadScope {

    private Map<String, Object> map = new HashMap<>();