getConversationId in interface org.springframework.beans.factory.config.Scope
registerDestructionCallback
public void registerDestructionCallback(String name,
Runnable callback)
Specified by:
registerDestructionCallback in interface org.springframework.beans.factory.config.Scope
executeDestructionCallbacks
public static void executeDestructionCallbacks(javax.servlet.ServletContext servletContext)
Executes destruction callbacks of beans from servlet scope. This method should be called once the Servlet that the scope
is tied to is being destroyed.