Package grails.boot

Class GrailsBanner

  • All Implemented Interfaces:
    org.springframework.boot.Banner

    public class GrailsBanner
    extends java.lang.Object
    implements org.springframework.boot.Banner
    Default Banner implementation which writes the 'Grails' banner.
    Since:
    2022.0.0
    • Nested Class Summary

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

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

      Constructors 
      Constructor Description
      GrailsBanner()  
    • Method Summary

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

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

      • GrailsBanner

        public GrailsBanner()
    • Method Detail

      • printBanner

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