115116117118119120121
catch (SecurityException e) { throw new WebApplicationException(e, Status.FORBIDDEN); } return new ContentPageBean(contentPage); }