Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.9.1)

E67661-01


oracle.javatools.resourcebundle
Class AppBundleInfoFactoryRT

java.lang.Object
  extended by oracle.javatools.resourcebundle.AppBundleInfoFactory
      extended by oracle.javatools.resourcebundle.AppBundleInfoFactoryRT


public class AppBundleInfoFactoryRT
extends AppBundleInfoFactory

Constructor Summary
AppBundleInfoFactoryRT()
           

 

Method Summary
 AppBundleInfo createAppBundleInfo(java.lang.Object object)
           
 AppBundleInfo createAppBundleInfo(java.lang.Object object, java.lang.String bundleId)
          In companion bundle approach each base classpath bundle will have their own override.

 

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

 

Constructor Detail

AppBundleInfoFactoryRT

public AppBundleInfoFactoryRT()

Method Detail

createAppBundleInfo

public AppBundleInfo createAppBundleInfo(java.lang.Object object)
                                  throws java.lang.InstantiationException
Specified by:
createAppBundleInfo in class AppBundleInfoFactory
Throws:
java.lang.InstantiationException

createAppBundleInfo

public AppBundleInfo createAppBundleInfo(java.lang.Object object,
                                         java.lang.String bundleId)
                                  throws java.lang.InstantiationException
In companion bundle approach each base classpath bundle will have their own override. The AppBundleInfoRT object will be used as a pointer to hold the override bundle chain for the passed in bundleid and locale.
Specified by:
createAppBundleInfo in class AppBundleInfoFactory
Parameters:
object - - This can be either ADFContext or Locale
bundleId -
Returns:
AppBundleInfoRT Object specific to the incoming locale and bundleId
Throws:
java.lang.InstantiationException

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.9.1)

E67661-01


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