Class ContentTypeController

java.lang.Object
org.kuali.rice.ken.web.spring.ContentTypeController

@RequestMapping("/ken") @Controller("contentTypeController") public class ContentTypeController extends Object
Controller that manages ContentTypes (add/update)
Author:
Kuali Rice Team (rice.collab@kuali.org)
  • Field Details

    • notificationService

      @Autowired @Qualifier("notificationService") protected NotificationService notificationService
    • notificationContentTypeService

      @Autowired @Qualifier("notificationContentTypeService") protected NotificationContentTypeService notificationContentTypeService
    • notificationAuthzService

      @Autowired @Qualifier("notificationAuthorizationService") protected NotificationAuthorizationService notificationAuthzService
  • Constructor Details

    • ContentTypeController

      public ContentTypeController()
  • Method Details

    • displayContentTypes

      @RequestMapping("/ContentTypeManager.form") public org.springframework.web.servlet.ModelAndView displayContentTypes(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
    • displayContentTypeForm

      @RequestMapping("/ContentTypeForm.form") public org.springframework.web.servlet.ModelAndView displayContentTypeForm(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
    • addContentType

      @RequestMapping("/AddContentType.form") public org.springframework.web.servlet.ModelAndView addContentType(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
    • updateContentType

      @RequestMapping("/UpdateContentType.form") public org.springframework.web.servlet.ModelAndView updateContentType(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
    • setNotificationService

      public void setNotificationService(NotificationService notificationService)
    • setNotificationContentTypeService

      public void setNotificationContentTypeService(NotificationContentTypeService notificationContentTypeService)
    • setNotificationAuthorizationService

      public void setNotificationAuthorizationService(NotificationAuthorizationService notificationAuthzService)