Interface CasBanner

  • All Superinterfaces:
    org.springframework.boot.Banner
    All Known Implementing Classes:
    AbstractCasBanner, DefaultCasBanner

    public interface CasBanner
    extends org.springframework.boot.Banner
    This is CasBanner.
    Since:
    6.6.0
    • Nested Class Summary

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

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

      All Methods Instance Methods Abstract Methods Default Methods 
      Modifier and Type Method Description
      java.lang.String getTitle()
      Gets title.
      default void injectEnvironmentInfo​(java.util.Formatter formatter, org.springframework.core.env.Environment environment, java.lang.Class<?> sourceClass)
      Inject environment info.
      • Methods inherited from interface org.springframework.boot.Banner

        printBanner
    • Method Detail

      • getTitle

        java.lang.String getTitle()
        Gets title.
        Returns:
        the title
      • injectEnvironmentInfo

        default void injectEnvironmentInfo​(java.util.Formatter formatter,
                                           org.springframework.core.env.Environment environment,
                                           java.lang.Class<?> sourceClass)
        Inject environment info.
        Parameters:
        formatter - the formatter
        environment - the environment
        sourceClass - the source class