|
|||||||||||
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(java.lang.String property,
java.lang.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(java.lang.String property, java.lang.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).
|
See www.opensymphony.com for more information. | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |