Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Share
11g Release 2 (11.1.2.2.0)

E17486-03


oracle.adf.share.jndi
Class AdfJndiConfig

java.lang.Object
  extended by oracle.adf.share.jndi.AdfJndiConfig

All Implemented Interfaces:
ADFConfigCallback

public class AdfJndiConfig
extends java.lang.Object
implements ADFConfigCallback
Since:
10.1.3

Field Summary
static java.lang.String namespaceURI
           

 

Constructor Summary
AdfJndiConfig()
           

 

Method Summary
static javax.naming.Context getDefaultConnectionsContext()
           
 java.util.Map parseADFConfiguration(org.w3c.dom.Element el, java.util.Map storedResult, ADFConfigParsingContext currentCtx)
           

 

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

 

Field Detail

namespaceURI

public static final java.lang.String namespaceURI
See Also:
Constant Field Values

Constructor Detail

AdfJndiConfig

public AdfJndiConfig()

Method Detail

getDefaultConnectionsContext

public static javax.naming.Context getDefaultConnectionsContext()
                                                         throws javax.naming.NamingException
Throws:
javax.naming.NamingException

parseADFConfiguration

public java.util.Map parseADFConfiguration(org.w3c.dom.Element el,
                                           java.util.Map storedResult,
                                           ADFConfigParsingContext currentCtx)
Specified by:
parseADFConfiguration in interface ADFConfigCallback
Parameters:
el - The dom element currently being parsed.
storedResult - The cached parsed results thus far for the registered namespace
currentCtx - the current context available at the time of parsing. This can store useful information like the file identifier, ServletContext. This can also be used to store information that may need to be added in future.
Returns:
component returns the Map, which will be cached for that component and this will be the new storedResult

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Share
11g Release 2 (11.1.2.2.0)

E17486-03


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