org.jasig.portal.i18n
Class LocaleStoreFactory

java.lang.Object
  extended by org.jasig.portal.i18n.LocaleStoreFactory

public class LocaleStoreFactory
extends java.lang.Object

Produces an implementation of ILocaleStore

Version:
$Revision: 1.5 $
Author:
Ken Weiner, kweiner@unicon.net

Field Summary
private static ILocaleStore localeStoreImpl
           
private static org.apache.commons.logging.Log log
           
 
Constructor Summary
LocaleStoreFactory()
           
 
Method Summary
static ILocaleStore getLocaleStoreImpl()
          Returns an instance of the ILocaleStore specified in portal.properties
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

private static final org.apache.commons.logging.Log log

localeStoreImpl

private static ILocaleStore localeStoreImpl
Constructor Detail

LocaleStoreFactory

public LocaleStoreFactory()
Method Detail

getLocaleStoreImpl

public static ILocaleStore getLocaleStoreImpl()
Returns an instance of the ILocaleStore specified in portal.properties

Returns:
an ILocaleStore implementation