public String getUrl() {
   ContentViewCore contentView = this.getContentViewCore();
   return contentView != null ? contentView.getUrl() : "";
 }