org.jboss.weld.logging
Class MessageConveyorFactory
java.lang.Object
org.jboss.weld.logging.MessageConveyorFactory
public abstract class MessageConveyorFactory
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MessageConveyorFactory
public MessageConveyorFactory()
messageConveyerFactory
public static MessageConveyorFactory messageConveyerFactory()
cleanup
public static void cleanup()
defaultMessageConveyer
public static ch.qos.cal10n.IMessageConveyor defaultMessageConveyer(String subsystem)
getDefaultMessageConveyer
public abstract ch.qos.cal10n.IMessageConveyor getDefaultMessageConveyer(String subsystem)
- Get the message conveyer for the default locale.
By default, Locale.getDefault() will be used as the locale, but a custom
implementation of MessageConveyerFactory may choose to use an alternative
locale.
getMessageConveyer
public abstract ch.qos.cal10n.IMessageConveyor getMessageConveyer(Locale locale,
String subsystem)
- Get the message conveyer for the given locale.
Copyright © 2013 Seam Framework. All Rights Reserved.