com.ideo.sweetdevria.util
Class MessageResourcesFactory
java.lang.Object
com.ideo.sweetdevria.util.MessageResourcesFactory
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- PropertyMessageResourcesFactory
public abstract class MessageResourcesFactory
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
returnNull
protected boolean returnNull
clazz
protected static transient java.lang.Class clazz
factoryClass
protected static java.lang.String factoryClass
MessageResourcesFactory
public MessageResourcesFactory()
getReturnNull
public boolean getReturnNull()
- Get the returnNull.
- Returns:
- Returns the returnNull.
setReturnNull
public void setReturnNull(boolean returnNull)
- Set the returnNull.
- Parameters:
returnNull
- The returnNull to set.
createResources
public abstract MessageResources createResources(java.lang.String s)
getFactoryClass
public static java.lang.String getFactoryClass()
- Get the factoryClass.
- Returns:
- Returns the factoryClass.
setFactoryClass
public static void setFactoryClass(java.lang.String factoryClass)
- Set the factoryClass.
- Parameters:
factoryClass
- The factoryClass to set.
createFactory
public static MessageResourcesFactory createFactory()
Copyright © 2010 Ideo Technologies. All Rights Reserved.