Class AdminTriggerController

  • All Implemented Interfaces:
    org.springframework.beans.factory.InitializingBean

    @Controller
    @RequestMapping("/admin/trigger")
    public class AdminTriggerController
    extends Object
    implements org.springframework.beans.factory.InitializingBean
    Catalog trigger controller
    Since:
    6/26/2015
    • Constructor Detail

      • AdminTriggerController

        public AdminTriggerController()
    • Method Detail

      • afterPropertiesSet

        public void afterPropertiesSet()
        Specified by:
        afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
      • handleReadAll

        @RequestMapping(value="/catalog",
                        method=GET,
                        params="req=readAll")
        protected org.springframework.http.ResponseEntity<String> handleReadAll()
                                                                         throws Exception
        Throws:
        Exception
      • handleReadChanged

        @RequestMapping(value="/catalog",
                        method=GET,
                        params="req=readChanged")
        protected org.springframework.http.ResponseEntity<String> handleReadChanged()
                                                                             throws Exception
        Throws:
        Exception