Class AbstractCasBanner

    • Nested Class Summary

      • Nested classes/interfaces inherited from interface org.springframework.boot.Banner

        org.springframework.boot.Banner.Mode
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected static java.lang.String LINE_SEPARATOR  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getTitle()
      Gets title.
      void printBanner​(org.springframework.core.env.Environment environment, java.lang.Class<?> sourceClass, java.io.PrintStream out)  
      • Methods inherited from class java.lang.Object

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

      • LINE_SEPARATOR

        protected static final java.lang.String LINE_SEPARATOR
    • Constructor Detail

      • AbstractCasBanner

        public AbstractCasBanner()
    • Method Detail

      • printBanner

        public void printBanner​(org.springframework.core.env.Environment environment,
                                java.lang.Class<?> sourceClass,
                                java.io.PrintStream out)
        Specified by:
        printBanner in interface org.springframework.boot.Banner
      • getTitle

        public java.lang.String getTitle()
        Description copied from interface: CasBanner
        Gets title.
        Specified by:
        getTitle in interface CasBanner
        Returns:
        the title