Search in sources :

Example 1 with ArtifactStartupSplashScreen

use of org.mule.runtime.core.internal.util.splash.ArtifactStartupSplashScreen in project mule by mulesoft.

the class DefaultMuleContext method buildStartupSplash.

private SplashScreen buildStartupSplash() {
    SplashScreen startupScreen = config.isContainerMode() ? new ArtifactStartupSplashScreen() : new ServerStartupSplashScreen();
    startupScreen.setHeader(this);
    startupScreen.setFooter(this);
    return startupScreen;
}
Also used : ArtifactStartupSplashScreen(org.mule.runtime.core.internal.util.splash.ArtifactStartupSplashScreen) ServerStartupSplashScreen(org.mule.runtime.core.internal.util.splash.ServerStartupSplashScreen) SplashScreen(org.mule.runtime.core.internal.util.splash.SplashScreen) ServerStartupSplashScreen(org.mule.runtime.core.internal.util.splash.ServerStartupSplashScreen) ArtifactShutdownSplashScreen(org.mule.runtime.core.internal.util.splash.ArtifactShutdownSplashScreen) ServerShutdownSplashScreen(org.mule.runtime.core.internal.util.splash.ServerShutdownSplashScreen) ArtifactStartupSplashScreen(org.mule.runtime.core.internal.util.splash.ArtifactStartupSplashScreen)

Aggregations

ArtifactShutdownSplashScreen (org.mule.runtime.core.internal.util.splash.ArtifactShutdownSplashScreen)1 ArtifactStartupSplashScreen (org.mule.runtime.core.internal.util.splash.ArtifactStartupSplashScreen)1 ServerShutdownSplashScreen (org.mule.runtime.core.internal.util.splash.ServerShutdownSplashScreen)1 ServerStartupSplashScreen (org.mule.runtime.core.internal.util.splash.ServerStartupSplashScreen)1 SplashScreen (org.mule.runtime.core.internal.util.splash.SplashScreen)1