uPortal 2.4.1
API Documentation

org.jasig.portal
Class PortletPreferencesStoreFactory

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

public class PortletPreferencesStoreFactory
extends java.lang.Object

Locates and creates an implementation of IPortletPreferencesStore as specified by the "org.jasig.portal.PortletPreferencesStoreFactory.implementation" property in portal.properties

Version:
$Revision: 1.5 $
Author:
Eric Dalquist edalquist@unicon.net

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

Constructor Detail

PortletPreferencesStoreFactory

public PortletPreferencesStoreFactory()
Method Detail

getPortletPreferencesStoreImpl

public static IPortletPreferencesStore getPortletPreferencesStoreImpl()
Returns an instance of the IPortletPreferencesStore specified in portal.properties

Returns:
an IPortletPreferencesStore implementation

uPortal 2.4.1
API Documentation