org.osconsulting.l10n
Class MessageCategory

java.lang.Object
  extended by org.osconsulting.l10n.MessageCategoryBase
      extended by org.osconsulting.l10n.MessageCategory
All Implemented Interfaces:
java.io.Serializable

public class MessageCategory
extends MessageCategoryBase

L10nCategory is the base class of all Jl10nCategories. The user must extend this class and list all string keys for this new category. See JErrCategory for an example implementation.

Author:
kstam Copyright 2006 osConsulting.org Kurt Stam and Shahar Bar
See Also:
Serialized Form

Field Summary
static LocalizedMessage MSG001_NO_SUCH_MESSAGE_FOUND
           
 
Constructor Summary
MessageCategory()
           
 
Method Summary
 
Methods inherited from class org.osconsulting.l10n.MessageCategoryBase
getLocalizedMessageList, getMessageStores
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MSG001_NO_SUCH_MESSAGE_FOUND

public static LocalizedMessage MSG001_NO_SUCH_MESSAGE_FOUND
Constructor Detail

MessageCategory

public MessageCategory()


Copyright © 2006-2007. All Rights Reserved.