|
Mura CMS 6.1 | ||||
FRAMES |
railo-context.Componentmura.cfobject
mura.resourceBundle.resourceBundle
public class resourceBundle
Constructor Summary | |
---|---|
init(string locale, string resourceDirectory='')
|
Method Summary | |
---|---|
string |
getKeyValue([any key], boolean useMuraDefault='false')
|
any |
getResourceBundle()
|
any |
getUtils()
|
any |
LoadResourceBundle()
reads and parses java resource bundle per locale |
any |
LoadResourceBundleUTF()
reads and parses java resource bundle per locale |
string |
messageFormat(string thisPattern, any args)
performs messageFormat on compound rb string |
boolean |
verifyPattern(string pattern)
performs verification on MessageFormat pattern |
Methods inherited from class mura.cfobject |
---|
commitTracePoint, deleteMethod, getAsJSON, getAsStruct, getBean, getConfigBean, getCurrentUser, getEventManager, getPlugin, getPluginManager, getServiceFactory, getValue, initTracePoint, injectMethod, invokeMethod, removeValue, setValue, valueExists
|
Methods inherited from class railo-context.Component |
---|
|
Constructor Detail |
---|
public init(string locale, string resourceDirectory='')
locale
resourceDirectory
Method Detail |
---|
public string getKeyValue([any key], boolean useMuraDefault='false')
key
useMuraDefault
public any getResourceBundle()
public any getUtils()
public any LoadResourceBundle()
public any LoadResourceBundleUTF()
public string messageFormat(string thisPattern, any args)
thisPattern
- pattern to use in formattingargs
- substitution valuespublic boolean verifyPattern(string pattern)
pattern
- format pattern to test
|
Mura CMS 6.1 | ||||
FRAMES |