public void closeWindowContext(EditableWindowContext editableWindowContext)
{
if(this.closeWindowContextEventEnable)
{
this.beanManager.fireEvent(new CloseWindowContextEvent(editableWindowContext));
}
JsfUtils.resetCaches();
this.windowContextMap.remove(editableWindowContext.getId());