Class AdminPageController

java.lang.Object
org.broadleafcommerce.common.web.controller.BroadleafAbstractController

@Controller("blAdminPageController") @RequestMapping("/pages") public class AdminPageController extends AdminBasicEntityController
Handles admin operations for the Page entity. This entity has fields that are dependent on the value of the Page.getPageTemplate() field, and as such, it deviates from the typical AdminBasicEntityController.
Author:
Andre Azzolini (apazzolini)