Example usage for org.springframework.beans.factory.config Scope interface-usage

List of usage examples for org.springframework.beans.factory.config Scope interface-usage

Introduction

In this page you can find the example usage for org.springframework.beans.factory.config Scope interface-usage.

Usage

From source file org.springframework.osgi.context.support.internal.scope.OsgiBundleScope.java

/**
 * OSGi bundle {@link org.springframework.beans.factory.config.Scope}
 * implementation.
 * 
 * Will allow per--calling-bundle object instance, thus this scope becomes
 * useful when enabled on localBeans exposed as OSGi services.

From source file org.jasig.portal.spring.web.context.support.FailsafeSingletonScope.java

/**
 * Wraps a {@link Scope} to provide functionality when the wrapped scope can't function
 * due to an illegal state (no current session, request, ...)
 * 
 * @author Eric Dalquist
 * @version $Revision$

From source file org.jasig.portal.spring.web.context.support.PortalSessionScope.java

/**
 * Wraps {@link SessionScope} to provide functionality when no session is available by using
 * a singleton instance.
 * 
 * @author Eric Dalquist
 * @version $Revision$

From source file org.apereo.portal.spring.web.context.support.FailsafeSingletonScope.java

/**
 * Wraps a {@link Scope} to provide functionality when the wrapped scope can't function
 * due to an illegal state (no current session, request, ...)
 * 
 * @author Eric Dalquist
 * @version $Revision$

From source file org.apereo.portal.spring.web.context.support.PortalSessionScope.java

/**
 * Wraps {@link SessionScope} to provide functionality when no session is available by using
 * a singleton instance.
 * 
 * @author Eric Dalquist
 * @version $Revision$

From source file org.eclipse.gemini.blueprint.context.support.internal.scope.OsgiBundleScope.java

/**
 * OSGi bundle {@link org.springframework.beans.factory.config.Scope}
 * implementation.
 * 
 * Will allow per--calling-bundle object instance, thus this scope becomes
 * useful when enabled on localBeans exposed as OSGi services.

From source file com.vaadin.spring.internal.UIScopeImpl.java

/**
 * Implementation of Spring's
 * {@link org.springframework.beans.factory.config.Scope} that binds the UIs and
 * dependent beans to the current {@link com.vaadin.server.VaadinSession} (as
 * opposed to the current Servlet session). Registered by default as the scope "
 * {@value #VAADIN_UI_SCOPE_NAME}".

From source file pl.exsio.frameset.vaadin.bootstrap.spring.scope.UIScope.java

/**
 *
 * @author exsio
 */
public class UIScope implements Scope, DetachListener {

From source file com.github.javaplugs.jsf.ViewScope.java

/**
 * Implementation of JSF view scope for spring beans.
 * The core idea is to put spring bean into JSF view scope, that you can access from
 * FacesContext.getCurrentInstance().getViewRoot().getViewMap()
 *
 * @author Vladislav Zablotsky

From source file com.amazonaws.services.simpleworkflow.flow.spring.WorkflowScope.java

/**
 * 
 */
public class WorkflowScope implements Scope, ApplicationContextAware {

    public static final String NAME = "workflow";