public interface I18nManager extends ApplicationScopedComponent
TODO: allow description and help to be found for parameters
| 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.
|
init, shutdownString getName(org.apache.isis.applib.Identifier identifier)
Returns null if no name available.
String getDescription(org.apache.isis.applib.Identifier identifier)
Returns null if no description available.
String getHelp(org.apache.isis.applib.Identifier identifier)
Returns null if no help text available.
List<String> getParameterNames(org.apache.isis.applib.Identifier identifier)
Returns 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.
Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.