Project Wonder 5.0

Uses of Class
er.extensions.localization.ERXLocalizer

Packages that use ERXLocalizer
er.directtoweb.assignments   
er.directtoweb.assignments.defaults   
er.extensions.appserver   
er.extensions.batching   
er.extensions.components   
er.extensions.localization   
er.extensions.validation   
er.modern.directtoweb.components   
 

Uses of ERXLocalizer in er.directtoweb.assignments
 

Methods in er.directtoweb.assignments that return ERXLocalizer
 ERXLocalizer ERDAssignment.localizerForContext(com.webobjects.directtoweb.D2WContext c)
          Gets the localizer for a given context.
 

Uses of ERXLocalizer in er.directtoweb.assignments.defaults
 

Methods in er.directtoweb.assignments.defaults that return ERXLocalizer
 ERXLocalizer ERDDefaultsEmbeddedAssignment.localizerForContext(com.webobjects.directtoweb.D2WContext c)
          Gets the localizer for the current context.
 

Uses of ERXLocalizer in er.extensions.appserver
 

Methods in er.extensions.appserver that return ERXLocalizer
 ERXLocalizer ERXSession.localizer()
          Method to get the current localizer for this session.
 

Uses of ERXLocalizer in er.extensions.batching
 

Methods in er.extensions.batching that return ERXLocalizer
 ERXLocalizer ERXDirectActionBatchNavigationBar.localizer()
          Convenience method to get the localizer.
 

Uses of ERXLocalizer in er.extensions.components
 

Methods in er.extensions.components that return ERXLocalizer
 ERXLocalizer ERXPluralString.localizer()
           
 ERXLocalizer ERXComponent.localizer()
          Convenience method to get the localizer.
 

Uses of ERXLocalizer in er.extensions.localization
 

Subclasses of ERXLocalizer in er.extensions.localization
 class ERXItalianLocalizer
          ERXItalianLocalizer is a subclass of ERXLocalizer.

Overrides plurify from its super class and tries to pluralize the string according to italian grammar rules.
 class ERXNonPluralFormLocalizer
          ERXNonPluralFormLocalizer is a subclass of ERXLocalizer.

Overrides plurifiedString from its super class and cancels all plural form translations includind the one provided by plurifiedStringWithTemplateForKey.
 

Methods in er.extensions.localization that return ERXLocalizer
protected static ERXLocalizer ERXLocalizer.createLocalizerForLanguage(java.lang.String language, boolean pluralForm)
          Creates a localizer for a given language and with an indication if the language supports plural forms.
static ERXLocalizer ERXLocalizer.currentLocalizer()
          Returns the current localizer for the current thread.
static ERXLocalizer ERXLocalizer.defaultLocalizer()
          Gets the localizer for the default language.
static ERXLocalizer ERXLocalizer.englishLocalizer()
           
static ERXLocalizer ERXLocalizer.localizerForLanguage(java.lang.String language)
           
static ERXLocalizer ERXLocalizer.localizerForLanguages(com.webobjects.foundation.NSArray languages)
          Gets the best localizer for a set of languages.
static ERXLocalizer ERXLocalizer.localizerForRequest(com.webobjects.appserver.WORequest request)
           
 

Methods in er.extensions.localization with parameters of type ERXLocalizer
static void ERXLocalizer.setCurrentLocalizer(ERXLocalizer currentLocalizer)
          Sets a localizer for the current thread.
static void ERXLocalizer.setLocalizerForLanguage(ERXLocalizer l, java.lang.String language)
           
 

Uses of ERXLocalizer in er.extensions.validation
 

Methods in er.extensions.validation with parameters of type ERXLocalizer
static java.lang.String ERXValidation.localizedDisplayNameForKey(com.webobjects.eocontrol.EOClassDescription ecd, java.lang.String key, ERXLocalizer localizer)
          Calculates a localized display name for a given entity and key using the supplied localizer
static void ERXValidation.validationFailedWithException(java.lang.Throwable e, java.lang.Object value, java.lang.String keyPath, com.webobjects.foundation.NSMutableDictionary errorMessages, java.lang.String displayPropertyKeyPath, ERXLocalizer localizer)
          Processes a validation exception to make it look better.
static void ERXValidation.validationFailedWithException(java.lang.Throwable e, java.lang.Object value, java.lang.String keyPath, com.webobjects.foundation.NSMutableDictionary errorMessages, java.lang.String displayPropertyKeyPath, ERXLocalizer localizer, com.webobjects.eoaccess.EOEntity entity)
          Processes a validation exception to make it look better.
static void ERXValidation.validationFailedWithException(java.lang.Throwable e, java.lang.Object value, java.lang.String keyPath, com.webobjects.foundation.NSMutableDictionary errorMessages, java.lang.String displayPropertyKeyPath, ERXLocalizer localizer, com.webobjects.eoaccess.EOEntity entity, boolean pushChanges)
          Processes a validation exception to make it look better.
 

Uses of ERXLocalizer in er.modern.directtoweb.components
 

Methods in er.modern.directtoweb.components that return ERXLocalizer
 ERXLocalizer ERMDBatchSizeControl.localizer()
          Localizer.
 


Last updated: Tue, Feb 21, 2017 • 05:45 PM CET

Copyright © 2002 – 2007 Project Wonder.