uPortal 2.4.1
API Documentation

org.jasig.portal
Class UserLayoutStoreFactory

java.lang.Object
  extended byorg.jasig.portal.UserLayoutStoreFactory

public class UserLayoutStoreFactory
extends java.lang.Object

Produces an implementation of IUserLayoutStore

Version:
$Revision: 1.12 $
Author:
Ken Weiner, kweiner@unicon.net, Michael Ivanov, mvi@immagic.com

Constructor Summary
UserLayoutStoreFactory()
           
 
Method Summary
static IUserLayoutStore getUserLayoutStoreImpl()
          Returns an instance of the IUserLayoutStore specified in portal.properties
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserLayoutStoreFactory

public UserLayoutStoreFactory()
Method Detail

getUserLayoutStoreImpl

public static IUserLayoutStore getUserLayoutStoreImpl()
Returns an instance of the IUserLayoutStore specified in portal.properties

Returns:
an IUserLayoutStore implementation

uPortal 2.4.1
API Documentation