|
Oracle Fusion Middleware Java API Reference for Oracle ADF Share 11g Release 1 (11.1.1) E10686-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.adf.share.services.DescriptorContextFactory
public class DescriptorContextFactory
| Method Summary | |
|---|---|
DescriptorContext |
getContext(java.net.URL jarURL) |
DescriptorContext |
getContext(java.net.URL jarURL, java.util.Hashtable env) |
static DescriptorContextFactory |
getInstance() |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static DescriptorContextFactory getInstance()
public DescriptorContext getContext(java.net.URL jarURL)
throws javax.naming.NamingException
jarURL - may be null to get the list of items for the environment. Otherwise, it's a particular jar location to iterate the items inside directly.javax.naming.NamingException
public DescriptorContext getContext(java.net.URL jarURL,
java.util.Hashtable env)
throws javax.naming.NamingException
jarURL - may be null to get the list of items for the environment. Otherwise, it's a particular jar location to iterate the items inside directly.env - may contain entries keyed by constants from either: javax.naming.Context; or oracle.adf.share.services.DescriptorJndiConstantsjavax.naming.NamingException
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Share 11g Release 1 (11.1.1) E10686-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||