org.mule.example.hello
Class LocaleMessage

java.lang.Object
  extended by org.mule.config.i18n.MessageFactory
      extended by org.mule.example.hello.LocaleMessage

public class LocaleMessage
extends MessageFactory

LocaleMessage is a convenience interface for retrieving internationalised strings from resource bundles. The actual work is done by the MessageFactory in core.


Field Summary
 
Fields inherited from class org.mule.config.i18n.MessageFactory
DEFAULT_RELOAD_CONTROL, logger, reloadControl
 
Constructor Summary
LocaleMessage()
           
 
Method Summary
static String getGreetingPart1()
           
static String getGreetingPart2()
           
static String getInvalidUserNameError()
           
static String getPrompt()
           
 
Methods inherited from class org.mule.config.i18n.MessageFactory
createMessage, createMessage, createMessage, createMessage, createMessage, createStaticMessage, getBundlePath, getClassLoader, getReloadControl, getString, getString, getString, getString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocaleMessage

public LocaleMessage()
Method Detail

getGreetingPart2

public static String getGreetingPart2()

getGreetingPart1

public static String getGreetingPart1()

getPrompt

public static String getPrompt()

getInvalidUserNameError

public static String getInvalidUserNameError()


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