Class PartnerLogoController


  • @Controller
    public class PartnerLogoController
    extends Object
    Author:
    Daniel Bernstein
    • Constructor Detail

      • PartnerLogoController

        @Autowired
        public PartnerLogoController​(@Qualifier("contentStoreManager")
                                     ContentStoreManager contentStoreManager,
                                     @Qualifier("adminSpaceId")
                                     String adminSpaceId)
    • Method Detail

      • handleRequest

        @RequestMapping("/partnerlogo")
        public org.springframework.web.servlet.ModelAndView handleRequest​(javax.servlet.http.HttpServletRequest request,
                                                                          javax.servlet.http.HttpServletResponse response)
                                                                   throws Exception
        Throws:
        Exception