Class WindowScope

    • Constructor Detail

      • WindowScope

        public WindowScope()
    • Method Detail

      • get

        public java.lang.Object get​(java.lang.String name,
                                    ObjectFactory<?> objectFactory)
        Specified by:
        get in interface Scope
      • remove

        public java.lang.Object remove​(java.lang.String name)
        Specified by:
        remove in interface Scope
      • registerDestructionCallback

        public void registerDestructionCallback​(java.lang.String name,
                                                java.lang.Runnable runnable)
        Specified by:
        registerDestructionCallback in interface Scope
      • resolveContextualObject

        public java.lang.Object resolveContextualObject​(java.lang.String name)
        Specified by:
        resolveContextualObject in interface Scope
      • getConversationId

        public java.lang.String getConversationId()
        Specified by:
        getConversationId in interface Scope