com.ideo.sweetdevria.util
Class MessageResourcesFactory

java.lang.Object
  extended by 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

Field Summary
protected static java.lang.Class clazz
           
protected static java.lang.String factoryClass
           
protected  boolean returnNull
           
 
Constructor Summary
MessageResourcesFactory()
           
 
Method Summary
static MessageResourcesFactory createFactory()
           
abstract  MessageResources createResources(java.lang.String s)
           
static java.lang.String getFactoryClass()
          Get the factoryClass.
 boolean getReturnNull()
          Get the returnNull.
static void setFactoryClass(java.lang.String factoryClass)
          Set the factoryClass.
 void setReturnNull(boolean returnNull)
          Set the returnNull.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

returnNull

protected boolean returnNull

clazz

protected static transient java.lang.Class clazz

factoryClass

protected static java.lang.String factoryClass
Constructor Detail

MessageResourcesFactory

public MessageResourcesFactory()
Method Detail

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.