Class MockSessionScope

java.lang.Object
de.hybris.platform.cockpit.test.mock.MockSessionScope
All Implemented Interfaces:
org.springframework.beans.factory.config.Scope

public class MockSessionScope extends Object implements org.springframework.beans.factory.config.Scope
  • Constructor Details

    • MockSessionScope

      public MockSessionScope()
  • Method Details

    • get

      public Object get(String bean, org.springframework.beans.factory.ObjectFactory<?> factory)
      Specified by:
      get in interface org.springframework.beans.factory.config.Scope
    • getConversationId

      public String getConversationId()
      Specified by:
      getConversationId in interface org.springframework.beans.factory.config.Scope
    • registerDestructionCallback

      public void registerDestructionCallback(String arg0, Runnable arg1)
      Specified by:
      registerDestructionCallback in interface org.springframework.beans.factory.config.Scope
    • remove

      public Object remove(String bean)
      Specified by:
      remove in interface org.springframework.beans.factory.config.Scope
    • resolveContextualObject

      public Object resolveContextualObject(String arg0)
      Specified by:
      resolveContextualObject in interface org.springframework.beans.factory.config.Scope