Implementation of Spring's {@link org.springframework.beans.factory.config.Scope} that binds the UIs and dependentbeans to the current {@link com.vaadin.server.VaadinSession} (as opposed to the current Servlet session). Registered bydefault as the scope " {@value #VAADIN_UI_SCOPE_NAME}".
@author Petter Holmström (petter@vaadin.com)
@see org.vaadin.spring.UIScope
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.