org.enableit.db.darrt.web
Class StandardPropertyResourcesFactory

java.lang.Object
  |
  +--org.apache.struts.util.MessageResourcesFactory
        |
        +--org.apache.struts.util.PropertyMessageResourcesFactory
              |
              +--org.enableit.db.darrt.web.StandardPropertyResourcesFactory
All Implemented Interfaces:
java.io.Serializable

public class StandardPropertyResourcesFactory
extends org.apache.struts.util.PropertyMessageResourcesFactory

Factory that uses StandardPropertyMessageResources.

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.MessageResourcesFactory
clazz, factoryClass, returnNull
 
Constructor Summary
StandardPropertyResourcesFactory()
          Default Constructor.
 
Method Summary
 org.apache.struts.util.MessageResources createResources(java.lang.String config)
          Create and return a newly instantiated MessageResources.
 
Methods inherited from class org.apache.struts.util.MessageResourcesFactory
createFactory, getFactoryClass, getReturnNull, setFactoryClass, 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

StandardPropertyResourcesFactory

public StandardPropertyResourcesFactory()
Default Constructor.

Method Detail

createResources

public org.apache.struts.util.MessageResources createResources(java.lang.String config)
Create and return a newly instantiated MessageResources.

Overrides:
createResources in class org.apache.struts.util.PropertyMessageResourcesFactory


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