Project Wonder 2.0

Uses of Class
er.extensions.ERXLocalizer

Packages that use ERXLocalizer
er.directtoweb   
er.extensions   
 

Uses of ERXLocalizer in er.directtoweb
 

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

Uses of ERXLocalizer in er.extensions
 

Subclasses of ERXLocalizer in er.extensions
 class ERXNonPluralFormLocalizer
          ERXNonPluralFormLocalizer is a subclass of ERXLocalizer.
 

Methods in er.extensions that return ERXLocalizer
 ERXLocalizer ERXSession.localizer()
          Method to get the current localizer for this session.
 ERXLocalizer ERXPluralString.localizer()
           
 ERXLocalizer ERXNonSynchronizingComponent.localizer()
           
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.localizerForSession(Object session)
           
static ERXLocalizer ERXLocalizer.localizerForRequest(WORequest request)
           
static ERXLocalizer ERXLocalizer.localizerForLanguages(NSArray languages)
           
static ERXLocalizer ERXLocalizer.localizerForLanguage(String language)
           
protected static ERXLocalizer ERXLocalizer.createLocalizerForLanguage(String language, boolean pluralForm)
          Creates a localizer for a given language and with an indication if the language supports plural forms.
 

Methods in er.extensions with parameters of type ERXLocalizer
static void ERXValidation.validationFailedWithException(Throwable e, Object value, String keyPath, NSMutableDictionary errorMessages, String displayPropertyKeyPath, ERXLocalizer localizer)
          Processes a validation exception to make it look better.
static void ERXValidation.validationFailedWithException(Throwable e, Object value, String keyPath, NSMutableDictionary errorMessages, String displayPropertyKeyPath, ERXLocalizer localizer, EOEntity entity)
          Processes a validation exception to make it look better.
static void ERXValidation.validationFailedWithException(Throwable e, Object value, String keyPath, NSMutableDictionary errorMessages, String displayPropertyKeyPath, ERXLocalizer localizer, EOEntity entity, boolean pushChanges)
          Processes a validation exception to make it look better.
static void ERXLocalizer.setCurrentLocalizer(ERXLocalizer currentLocalizer)
          Sets a localizer for the current thread.
static void ERXLocalizer.setLocalizerForLanguage(ERXLocalizer l, String language)
           
 


Last updated: Do, Dez 9, 2004 • 12:46 PM CET

Copyright © 2002 – 2004 Project Wonder.