public class I18nManagerUsingResourceBundle extends Object implements I18nManager
| Constructor and Description |
|---|
I18nManagerUsingResourceBundle(IsisConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription(org.apache.isis.applib.Identifier identifier)
Get the localized description for the specified identified
action/property.
|
String |
getHelp(org.apache.isis.applib.Identifier identifier)
Get the localized help text for the specified identified action/property.
|
String |
getName(org.apache.isis.applib.Identifier identifier)
Get the localized name for the specified identified action/property.
|
List<String> |
getParameterNames(org.apache.isis.applib.Identifier identifier)
Get the localized parameter names for the specified identified
action/property.
|
void |
init()
Indicates to the component that it is to initialise itself.
|
void |
shutdown()
Indicates to the component that it will no longer be used and should shut
itself down cleanly.
|
public I18nManagerUsingResourceBundle(IsisConfiguration configuration)
public void init()
ApplicationScopedComponentinit in interface ApplicationScopedComponentpublic void shutdown()
ApplicationScopedComponentshutdown in interface ApplicationScopedComponentpublic String getName(org.apache.isis.applib.Identifier identifier)
I18nManagerReturns null if no name available.
getName in interface I18nManagerpublic String getDescription(org.apache.isis.applib.Identifier identifier)
I18nManagerReturns null if no description available.
getDescription in interface I18nManagerpublic String getHelp(org.apache.isis.applib.Identifier identifier)
I18nManagerReturns null if no help text available.
getHelp in interface I18nManagerpublic List<String> getParameterNames(org.apache.isis.applib.Identifier identifier)
I18nManagerReturns null if no parameters are available. Otherwise returns an array of String objects the size of the number of parameters, where each element is the localised name for the corresponding parameter, or is null if no parameter name is available.
getParameterNames in interface I18nManagerCopyright © 2010–2014 The Apache Software Foundation. All rights reserved.