Class RootController


  • @Controller
    public class RootController
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected static java.lang.String SMART_EDIT_ROOT_PAGE  
    • Constructor Summary

      Constructors 
      Constructor Description
      RootController()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getSmartEditPage()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • SMART_EDIT_ROOT_PAGE

        protected static final java.lang.String SMART_EDIT_ROOT_PAGE
        See Also:
        Constant Field Values
    • Constructor Detail

      • RootController

        public RootController()
    • Method Detail

      • getSmartEditPage

        @GetMapping("/")
        @ResponseStatus(OK)
        public java.lang.String getSmartEditPage()