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.util Common helper classes for reading/writing files setting bean properties and SPI helpers. 
 

Uses of SplashScreen in org.mule
 

Methods in org.mule with parameters of type SplashScreen
 void DefaultMuleContext.setSplash(SplashScreen startup, SplashScreen shutdown)
           
 

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.util
 

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

Methods in org.mule.util that return SplashScreen
static SplashScreen SplashScreen.getInstance(Class clazz)
           
 



Copyright © 2003-2009 MuleSource, Inc.. All Rights Reserved.