Skip navigation links

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

E52934-01


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 ReferenceListType createReferenceListType(org.w3c.dom.Document doc)
           
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 getDocumentAsString(org.w3c.dom.Node document)
           
static java.lang.String[] getDomainConfigAttributesForConnection(java.lang.String mbeanConnectionType)
           
static java.util.Map getSensorTable(int flags)
           
static java.lang.String runtimeExportEithELsResolved(org.w3c.dom.Document connDoc, java.lang.String connpath)
           
static java.lang.String runtimeExportWithELsResolvedNoValidate(org.w3c.dom.Document doc)
           

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Method Detail

getDomainConfigAttributesForConnection

public static java.lang.String[] getDomainConfigAttributesForConnection(java.lang.String mbeanConnectionType)

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

runtimeExportWithELsResolvedNoValidate

public static java.lang.String runtimeExportWithELsResolvedNoValidate(org.w3c.dom.Document doc)
For internal use only. Application developers should not use this
*** For internal framework use only *** Applications should not use this method. For string based EL resolution

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.

createReferenceListType

public static ReferenceListType createReferenceListType(org.w3c.dom.Document doc)
For internal use only. Application developers should not use this
*** For internal framework use only *** Applications should not use this method.

getDocumentAsString

public static java.lang.String getDocumentAsString(org.w3c.dom.Node document)
For internal use only. Application developers should not use this
*** For internal framework use only *** Applications should not use this method.

getSensorTable

public static java.util.Map getSensorTable(int flags)
For internal use only. Application developers should not use this
applications should not use

Skip navigation links

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

E52934-01


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