113114115116117118119120121122123
*/ public void close() { if(this.windowContextConfig.isCloseWindowContextEventEnabled()) { this.beanManager.fireEvent(new CloseWindowContextEvent(this)); } closeConversations(true); this.attributes.clear(); }