org.nakedobjects.runtime.i18n.resourcebundle
Interface I18nManager

All Superinterfaces:
ApplicationScopedComponent, Component
All Known Implementing Classes:
ResourceBasedI18nManager

public interface I18nManager
extends ApplicationScopedComponent

Authorises the user in the current session view and use members of an object.


Method Summary
 java.lang.String getDescription(Identifier identifier)
          Get the localized description for the specified identified action/property.
 java.lang.String getHelp(Identifier identifier)
          Get the localized help text for the specified identified action/property.
 java.lang.String getName(Identifier identifier)
          Get the localized name for the specified identified action/property.
 java.lang.String[] getParameterNames(Identifier identifier)
          Get the localized parameter names for the specified identified action/property.
 
Methods inherited from interface org.nakedobjects.metamodel.commons.component.ApplicationScopedComponent
init, shutdown
 

Method Detail

getDescription

java.lang.String getDescription(Identifier identifier)
Get the localized description for the specified identified action/property. Returns null if no description available.


getName

java.lang.String getName(Identifier identifier)
Get the localized name for the specified identified action/property. Returns null if no name available.


getHelp

java.lang.String getHelp(Identifier identifier)
Get the localized help text for the specified identified action/property. Returns null if no help text available.


getParameterNames

java.lang.String[] getParameterNames(Identifier identifier)
Get the localized parameter names for the specified identified action/property. 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 © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.