Class BeanStore

java.lang.Object
com.vaadin.spring.internal.BeanStore
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
SessionLockingBeanStore

public class BeanStore extends Object implements Serializable
Class for storing beans in the different Vaadin scopes. For internal use only.
Author:
Petter Holmström (petter@vaadin.com)
See Also:
  • Constructor Details

  • Method Details

    • get

      public Object get(String s, org.springframework.beans.factory.ObjectFactory<?> objectFactory)
    • create

      protected Object create(String s, org.springframework.beans.factory.ObjectFactory<?> objectFactory)
    • remove

      public Object remove(String s)
    • registerDestructionCallback

      public void registerDestructionCallback(String s, Runnable runnable)
    • destroy

      public void destroy()
    • toString

      public String toString()
      Overrides:
      toString in class Object