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


Copyright © 2000, 2008, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.