/** @return The FlashScope instance for the current request */
 public FlashScope getFlashScope() {
   return attributes.getFlashScope(getRequest());
 }