Uses of Class
org.mule.util.SplashScreen

Packages that use SplashScreen
org.mule The Mule implementation of the Universal Message Objects(tm) API specification. 
org.mule.context   
org.mule.module.launcher   
org.mule.util Common helper classes for reading/writing files setting bean properties and SPI helpers. 
 

Uses of SplashScreen in org.mule
 

Methods in org.mule that return SplashScreen
protected  SplashScreen DefaultMuleContext.buildShutdownSplash()
           
protected  SplashScreen DefaultMuleContext.buildStartupSplash()
           
 

Uses of SplashScreen in org.mule.context
 

Fields in org.mule.context declared as SplashScreen
protected  SplashScreen DefaultMuleContextBuilder.shutdownScreen
           
protected  SplashScreen DefaultMuleContextBuilder.startupScreen
           
 

Methods in org.mule.context that return SplashScreen
 SplashScreen DefaultMuleContextBuilder.getShutdownScreen()
           
 SplashScreen DefaultMuleContextBuilder.getStartupScreen()
           
 

Methods in org.mule.context with parameters of type SplashScreen
 void DefaultMuleContextBuilder.setShutdownScreen(SplashScreen shutdownScreen)
           
 void DefaultMuleContextBuilder.setStartupScreen(SplashScreen startupScreen)
           
 

Uses of SplashScreen in org.mule.module.launcher
 

Subclasses of SplashScreen in org.mule.module.launcher
 class MuleContainerStartupSplashScreen
           
 

Uses of SplashScreen in org.mule.util
 

Subclasses of SplashScreen in org.mule.util
 class ApplicationShutdownSplashScreen
           
 class ApplicationStartupSplashScreen
           
 class ServerShutdownSplashScreen
           
 class ServerStartupSplashScreen
           
 



Copyright © 2003-2014 MuleSoft, Inc.. All Rights Reserved.