uPortal 2.4.1
API Documentation

org.jasig.portal.i18n
Class LocaleStoreFactory

java.lang.Object
  extended byorg.jasig.portal.i18n.LocaleStoreFactory

public class LocaleStoreFactory
extends java.lang.Object

Produces an implementation of ILocaleStore

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

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
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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

uPortal 2.4.1
API Documentation