|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.opensymphony.provider.ProviderFactory
Get specific provider implementation. This is a singleton.
Provider
Method Summary | |
static ProviderFactory |
getInstance()
Obtain singleton instance of factory. |
Provider |
getProvider(String property,
String defaultClass)
Find appropriate provider. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static ProviderFactory getInstance()
public Provider getProvider(String property, String defaultClass)
property
- System property under which to find class name of provider implementation.defaultClass
- Name of provider to use if all else fails (this should always be able to instantiate).
|
OSCore Project Page | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |