463464465466467468469470471
} @Override public PageAttributeService getPageAttributeService() { if (pageAttributeService == null) { pageAttributeService = new PageAttributeServiceImpl(); } return pageAttributeService; }