{
throw new IllegalArgumentException("New Fragment cannot be added to non-layout page root fragment");
}
// check for edit permission
fragment.checkAccess(JetspeedActions.EDIT);
// create fragment and add to layout root fragment
Fragment newFragment = pageManager.newFragment();
newFragment.setType(type);
newFragment.setName(name);