Skip navigation links

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

E52944-01


oracle.javatools.resourcebundle
Class AppBundleInfoRT

java.lang.Object
  extended by oracle.javatools.resourcebundle.AppBundleInfo
      extended by oracle.javatools.resourcebundle.AppBundleInfoRT


public class AppBundleInfoRT
extends AppBundleInfo

Nested Class Summary
protected static class AppBundleInfoRT.CreateInfo
           
static class AppBundleInfoRT.Key
           

 

Field Summary
protected static boolean disableBundleClientObjects
           

 

Fields inherited from class oracle.javatools.resourcebundle.AppBundleInfo
_appBundleName, _appBundleURL, _appOverrideBundle, _bundleOverrideListMap, _cacheConfig, _dirty, OVERRIDE_BUNDLE_NAME_PORTION

 

Constructor Summary
AppBundleInfoRT(AppBundleInfoRT.Key key)
           
AppBundleInfoRT(oracle.adf.share.LocaleApplicationKey key)
           
AppBundleInfoRT(java.lang.Object locale, java.lang.String appUID, java.lang.String enterpriseId)
           

 

Method Summary
protected  ResourceBundleWrapper createAppOverrideBundle(boolean writable)
           
 java.net.URL getAppOverrideURL()
           
protected  oracle.adf.share.LocaleApplicationKey getLocaleAppKey()
           
protected  AppBundleInfoRT.CreateInfo getMetadataObject(oracle.mds.core.MDSSession mdsSession, java.util.List<java.lang.String> fileNames, boolean writable)
           
 ResourceBundleWrapper getOrCreateAppOverrideBundle()
           
 boolean isBundleOverridden(java.lang.String bundleId)
           
 boolean isWritable()
           
protected  void readAdfConfig()
           
 void setWritable(boolean writable)
           
 java.lang.String toString()
           

 

Methods inherited from class oracle.javatools.resourcebundle.AppBundleInfo
addBundle, flush, getBundleList, getBundleListMap, getCacheConfig, isDirty, refreshBundleIfNeeded, removeBundle, setDirty, updateBundle

 

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

 

Field Detail

disableBundleClientObjects

protected static final boolean disableBundleClientObjects

Constructor Detail

AppBundleInfoRT

public AppBundleInfoRT(java.lang.Object locale,
                       java.lang.String appUID,
                       java.lang.String enterpriseId)

AppBundleInfoRT

public AppBundleInfoRT(AppBundleInfoRT.Key key)

AppBundleInfoRT

public AppBundleInfoRT(oracle.adf.share.LocaleApplicationKey key)

Method Detail

getLocaleAppKey

protected oracle.adf.share.LocaleApplicationKey getLocaleAppKey()

isWritable

public boolean isWritable()

setWritable

public void setWritable(boolean writable)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getMetadataObject

protected AppBundleInfoRT.CreateInfo getMetadataObject(oracle.mds.core.MDSSession mdsSession,
                                                       java.util.List<java.lang.String> fileNames,
                                                       boolean writable)

getOrCreateAppOverrideBundle

public ResourceBundleWrapper getOrCreateAppOverrideBundle()
Specified by:
getOrCreateAppOverrideBundle in class AppBundleInfo

createAppOverrideBundle

protected ResourceBundleWrapper createAppOverrideBundle(boolean writable)

isBundleOverridden

public boolean isBundleOverridden(java.lang.String bundleId)
Overrides:
isBundleOverridden in class AppBundleInfo

getAppOverrideURL

public java.net.URL getAppOverrideURL()
Specified by:
getAppOverrideURL in class AppBundleInfo

readAdfConfig

protected void readAdfConfig()
                      throws java.lang.Exception
Specified by:
readAdfConfig in class AppBundleInfo
Throws:
java.lang.Exception

Skip navigation links

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

E52944-01


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