The implementation has to remove the cached desktop, if any.
When this method is called, there might be no execution available ( {@link org.zkoss.zk.ui.Executions#getCurrent} might return null). @param sess the session that the desktop belongs to.Notice that {@link Desktop#getSession} might be null when this methodis called since it is destroyed. @param desktop the desktop to remove
|
|