460461462463464465466467468469470471472
* on problems with http, cookies and io * @see Siteinfo */ public Siteinfo getSiteinfo() throws ActionException { Siteinfo gs = null; try { gs = new Siteinfo(); performAction(gs); } catch (ProcessException e) { e.printStackTrace(); }