|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.5.0) E10653-06 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.jbo.mom.PropertyDefFactoryManager
public class PropertyDefFactoryManager
| Method Summary | |
|---|---|
static PropertyDefFactoryManager |
getInstance()getInstance returns an instance of PropertyDefFactoryManager the given namespace |
PropertyDefFactory |
getPropertyDefFactory(java.lang.String namespace)getPropertyDefFactory returns the PropertyDefFactory registered against the given namespace |
void |
registerPropertyDefFactory(java.lang.String namespace, PropertyDefFactory propDefFactory)registerPropertyDefFactory registers the PropertyDefFactory against the given namespace |
void |
unregisterResourceFactory(java.lang.String namespace)unregisterPropertyDefFactory unregisters the PropertyDefFactory which was registered against the given namespace |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static PropertyDefFactoryManager getInstance()
public PropertyDefFactory getPropertyDefFactory(java.lang.String namespace)
namespace - String
public void registerPropertyDefFactory(java.lang.String namespace,
PropertyDefFactory propDefFactory)
namespace - StringpropDefFactory - PropertyDefFactorypublic void unregisterResourceFactory(java.lang.String namespace)
namespace - java.lang.String
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.5.0) E10653-06 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||