if (log.isDebug()) {
log.debug("now disposing controller: " + this.toString());
}
try {
ThreadLocalUserActivityLoggerInstaller.runWithUserActivityLoggerWithException(new RunnableWithException() {
public void run() throws Exception {
doPreDispose();
doDispose();
}
}, getUserActivityLogger());