Oracle Fusion Middleware Java API Reference for Oracle ADF Share
11g Release 1 (11.1.1.6.0)

E10686-07

oracle.adf.share.util
Class AdfShareUtils

java.lang.Object
  extended by oracle.adf.share.util.AdfShareUtils

public class AdfShareUtils
extends java.lang.Object


Method Summary
static java.lang.String export(org.w3c.dom.Document doc)
           
static java.lang.String exportWithResolvedExpressions(java.net.URL adfConfigUrl, java.lang.String ctxName, java.util.Hashtable env)
          Export connections.xml with resolved ELs
static java.lang.String runtimeExportEithELsResolved(org.w3c.dom.Document connDoc, java.lang.String connpath)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

exportWithResolvedExpressions

public static java.lang.String exportWithResolvedExpressions(java.net.URL adfConfigUrl,
                                                             java.lang.String ctxName,
                                                             java.util.Hashtable env)
                                                      throws java.lang.Exception
Export connections.xml with resolved ELs

Parameters:
adfConfigUrl - - url of adf-config.xml that must contain mds configuration to point to adf-domain-config.xml metadata path
ctxName - - name string to create NamedADFContext using adf-config.xml
env - - properties to initialize connections context, should have Context.PROVIDER_URL to indicate connections.xml path
Returns:
connections.xml string containing resolved ELs.
Throws:
java.lang.Exception

runtimeExportEithELsResolved

public static java.lang.String runtimeExportEithELsResolved(org.w3c.dom.Document connDoc,
                                                            java.lang.String connpath)
                                                     throws java.lang.Exception
Returns:
connections.xml string containing resolved ELs.
Throws:
java.lang.Exception
For internal use only. Application developers should not use this
*** For internal framework use only *** Applications should not use this method. Export connections.xml with resolved ELs

export

public static java.lang.String export(org.w3c.dom.Document doc)
                               throws java.lang.Exception
Throws:
java.lang.Exception
For internal use only. Application developers should not use this
*** For internal framework use only *** Applications should not use this method.

Oracle Fusion Middleware Java API Reference for Oracle ADF Share
11g Release 1 (11.1.1.6.0)

E10686-07

Copyright © 1997, 2011, Oracle. All rights reserved.