|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.isis.core.progmodel.facetdecorators.i18n.resourcebundle.internal.I18nManagerUsingResourceBundle
public class I18nManagerUsingResourceBundle
REVIEW: why isn't there a type for collections also?
| Constructor Summary | |
|---|---|
I18nManagerUsingResourceBundle(org.apache.isis.core.commons.config.IsisConfiguration configuration)
|
|
| Method Summary | |
|---|---|
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()
|
void |
shutdown()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public I18nManagerUsingResourceBundle(org.apache.isis.core.commons.config.IsisConfiguration configuration)
| Method Detail |
|---|
public void init()
init in interface org.apache.isis.core.commons.components.ApplicationScopedComponentpublic void shutdown()
shutdown in interface org.apache.isis.core.commons.components.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 I18nManager
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||