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
logger
 
Constructor Summary
LocaleMessage()
           
 
Method Summary
static java.lang.String getGreetingPart1()
           
static java.lang.String getGreetingPart2()
           
static java.lang.String getInvalidUserNameError()
           
static java.lang.String getPrompt()
           
 
Methods inherited from class org.mule.config.i18n.MessageFactory
createMessage, createMessage, createMessage, createMessage, createMessage, createStaticMessage, getBundlePath, getClassLoader, 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 java.lang.String getGreetingPart2()

getGreetingPart1

public static java.lang.String getGreetingPart1()

getPrompt

public static java.lang.String getPrompt()

getInvalidUserNameError

public static java.lang.String getInvalidUserNameError()


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