Uses of Interface
de.smartics.exceptions.i18n.MessageComposer

Packages that use MessageComposer
de.smartics.exceptions.i18n The core package for the I18N exception handling. 
de.smartics.exceptions.i18n.context Provides context configuration for exceptions. 
de.smartics.exceptions.i18n.message Provides classes for the internationalization of exception messages. 
 

Uses of MessageComposer in de.smartics.exceptions.i18n
 

Methods in de.smartics.exceptions.i18n that return MessageComposer
 MessageComposer I18nExceptionContext.getMessageComposer()
          Returns the implementation to use for the message composer.
static MessageComposer I18nExceptionContextManager.getMessageComposer(ClassLoader classLoader)
          Convenience method to access the message composer for the given class loader.
 

Uses of MessageComposer in de.smartics.exceptions.i18n.context
 

Methods in de.smartics.exceptions.i18n.context that return MessageComposer
 MessageComposer AbstractI18nExceptionContext.getMessageComposer()
           
 

Uses of MessageComposer in de.smartics.exceptions.i18n.message
 

Classes in de.smartics.exceptions.i18n.message that implement MessageComposer
 class DefaultMessageComposer
          The message composer creates messages from message templates by replacing the place holders with localized parameter values.
 



Copyright © 2007-2013 Kronseder & Reiner GmbH - smartics. All Rights Reserved.