示例#1
0
 public void open() {
   if (fromSelf) {
     session
         .getUiElements()
         .getBreadcrumbs()
         .setLocation(
             MainMenu.USER,
             "My publications",
             CabinetTabs.URL
                 + UrlMapper.TAB_NAME_SEPARATOR
                 + "userpubs?user="******"Publications",
             CabinetTabs.URL + UrlMapper.TAB_NAME_SEPARATOR + "all",
             publication.getTitle(),
             getUrlWithParameters());
   }
 }