org.x4juli.global.resources
Class MessageProperties

java.lang.Object
  extended byorg.x4juli.global.constants.ConstantString
      extended byorg.x4juli.global.resources.MessageProperties
All Implemented Interfaces:
Constant, java.io.Serializable

public final class MessageProperties
extends ConstantString

Global constant store for Strings pointing to ResourceBundles.

Since:
0.5
Author:
Boris Unckel
See Also:
Serialized Form

Field Summary
static MessageProperties PROPERTIES_FILTER
           
static MessageProperties PROPERTIES_FORMATTER
           
static MessageProperties PROPERTIES_FORMATTER_PATTERN
           
static MessageProperties PROPERTIES_GLOBAL_SPI
           
static MessageProperties PROPERTIES_HANDLER
           
private static long serialVersionUID
           
 
Fields inherited from class org.x4juli.global.constants.ConstantString
 
Fields inherited from interface org.x4juli.global.constants.Constant
ERR_DUP_NAME
 
Constructor Summary
private MessageProperties(java.lang.String value)
          Creating new MessageProperties.
 
Methods inherited from class org.x4juli.global.constants.ConstantString
getValue, getValueAsObject, getValueAsString, getValueType, lookup, lookup, readResolve, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

PROPERTIES_FORMATTER

public static final MessageProperties PROPERTIES_FORMATTER

PROPERTIES_FORMATTER_PATTERN

public static final MessageProperties PROPERTIES_FORMATTER_PATTERN

PROPERTIES_HANDLER

public static final MessageProperties PROPERTIES_HANDLER

PROPERTIES_FILTER

public static final MessageProperties PROPERTIES_FILTER

PROPERTIES_GLOBAL_SPI

public static final MessageProperties PROPERTIES_GLOBAL_SPI
Constructor Detail

MessageProperties

private MessageProperties(java.lang.String value)
Creating new MessageProperties. Only internal instanciation wanted.

Parameters:
value - String pointing to ResourceBundle


${license_html}