org.enableit.db.darrt.web
Class StandardPropertyMessageResources

java.lang.Object
  |
  +--org.apache.struts.util.MessageResources
        |
        +--org.apache.struts.util.PropertyMessageResources
              |
              +--org.enableit.db.darrt.web.StandardPropertyMessageResources
All Implemented Interfaces:
java.io.Serializable

public class StandardPropertyMessageResources
extends org.apache.struts.util.PropertyMessageResources

A minor extension to the Struts MessageResources to allow use with the JSTL standard tag library

Author:
Tim Stephenson
See Also:
Serialized Form

Field Summary
static java.lang.String ABOUT
          CVS info ABOUT this class and its current version
 
Fields inherited from class org.apache.struts.util.PropertyMessageResources
locales, log, messages
 
Fields inherited from class org.apache.struts.util.MessageResources
config, defaultFactory, defaultLocale, factory, formats, returnNull
 
Constructor Summary
StandardPropertyMessageResources(org.apache.struts.util.MessageResourcesFactory factory, java.lang.String config)
          Construct a new MessageResources according to the specified parameters.
StandardPropertyMessageResources(org.apache.struts.util.MessageResourcesFactory factory, java.lang.String config, boolean returnNull)
          Construct a new MessageResources according to the specified parameters.
 
Method Summary
 java.util.Map getMessages()
           
 
Methods inherited from class org.apache.struts.util.PropertyMessageResources
getMessage, loadLocale
 
Methods inherited from class org.apache.struts.util.MessageResources
escape, getConfig, getFactory, getMessage, getMessage, getMessage, getMessage, getMessage, getMessage, getMessage, getMessage, getMessage, getMessage, getMessage, getMessageResources, getReturnNull, isPresent, isPresent, localeKey, log, log, messageKey, messageKey, setReturnNull
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ABOUT

public static final java.lang.String ABOUT
CVS info ABOUT this class and its current version

See Also:
Constant Field Values
Constructor Detail

StandardPropertyMessageResources

public StandardPropertyMessageResources(org.apache.struts.util.MessageResourcesFactory factory,
                                        java.lang.String config)
Construct a new MessageResources according to the specified parameters.


StandardPropertyMessageResources

public StandardPropertyMessageResources(org.apache.struts.util.MessageResourcesFactory factory,
                                        java.lang.String config,
                                        boolean returnNull)
Construct a new MessageResources according to the specified parameters.

Method Detail

getMessages

public java.util.Map getMessages()
Returns:
Map of messages (includes all loaded locales).


Copyright © 1999-2004 enableIT.org. All Rights Reserved.