Skip navigation links


com.bea.portlet.prefs.spi
Class IPreferenceStore.Factory

java.lang.Object
  extended by com.bea.portlet.prefs.spi.IPreferenceStore.Factory

Enclosing interface:
IPreferenceStore

public static final class IPreferenceStore.Factory
extends Object

A factory to register an SPI.


Constructor Summary
IPreferenceStore.Factory()
           

 

Method Summary
static void registerDefaultProvider(String providerClassName)
          Registers the default provider.

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

IPreferenceStore.Factory

public IPreferenceStore.Factory()

Method Detail

registerDefaultProvider

public static void registerDefaultProvider(String providerClassName)

Registers the default provider.

Parameters
providerClassName - class name of the provider SPI

Skip navigation links


Copyright © 2010, Oracle. All rights reserved.