Class RootRedirectController


  • @Controller
    @ConditionalOnProperty(prefix="atlassian.connect",
                           name="redirect-root-to-descriptor",
                           matchIfMissing=true)
    public class RootRedirectController
    extends Object
    A controller that redirects the root (/) to the Atlassian Connect add-on descriptor (atlassian-connect.json).
    • Constructor Detail

      • RootRedirectController

        public RootRedirectController()
    • Method Detail

      • getRoot

        @RequestMapping(value="/",
                        method=GET)
        public org.springframework.web.servlet.view.RedirectView getRoot()