Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.2.0)

E17493-03


oracle.javatools.resourcebundle
Class AppBundleInfo

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

Direct Known Subclasses:
AppBundleInfoRT

public abstract class AppBundleInfo
extends java.lang.Object

Field Summary
protected  java.lang.String _appBundleName
           
protected  java.net.URL _appBundleURL
           
protected  ResourceBundleWrapper _appOverrideBundle
           
protected  java.util.List<BundleRegistrationInfo> _bundleOverrideList
           
protected  ResourceBundleCacheConfig _cacheConfig
           
protected  boolean _dirty
           
protected static java.lang.String OVERRIDE_BUNDLE_NAME_PORTION
           

 

Constructor Summary
AppBundleInfo()
           

 

Method Summary
 void addBundle(java.lang.String bundleId, boolean override)
           
abstract  void flush()
           
abstract  java.net.URL getAppOverrideURL()
           
 java.util.List<BundleRegistrationInfo> getBundleList()
           
 ResourceBundleCacheConfig getCacheConfig()
           
abstract  ResourceBundleWrapper getOrCreateAppOverrideBundle()
           
 boolean isBundleOverridden(java.lang.String bundleId)
           
 boolean isDirty()
           
protected abstract  void readAdfConfig()
           
 void removeBundle(java.lang.String bundleId)
           
 void setDirty(boolean dirty)
           
 void updateBundle(java.lang.String bundleId, boolean override)
           

 

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

 

Field Detail

_cacheConfig

protected ResourceBundleCacheConfig _cacheConfig

_bundleOverrideList

protected java.util.List<BundleRegistrationInfo> _bundleOverrideList

_dirty

protected boolean _dirty

_appOverrideBundle

protected ResourceBundleWrapper _appOverrideBundle

_appBundleName

protected java.lang.String _appBundleName

_appBundleURL

protected java.net.URL _appBundleURL

OVERRIDE_BUNDLE_NAME_PORTION

protected static final java.lang.String OVERRIDE_BUNDLE_NAME_PORTION
See Also:
Constant Field Values

Constructor Detail

AppBundleInfo

public AppBundleInfo()

Method Detail

getOrCreateAppOverrideBundle

public abstract ResourceBundleWrapper getOrCreateAppOverrideBundle()

flush

public abstract void flush()
                    throws java.lang.Exception
Throws:
java.lang.Exception

getAppOverrideURL

public abstract java.net.URL getAppOverrideURL()

readAdfConfig

protected abstract void readAdfConfig()
                               throws java.lang.Exception
Throws:
java.lang.Exception

getBundleList

public java.util.List<BundleRegistrationInfo> getBundleList()

addBundle

public void addBundle(java.lang.String bundleId,
                      boolean override)

removeBundle

public void removeBundle(java.lang.String bundleId)

updateBundle

public void updateBundle(java.lang.String bundleId,
                         boolean override)

isBundleOverridden

public boolean isBundleOverridden(java.lang.String bundleId)

isDirty

public boolean isDirty()

setDirty

public void setDirty(boolean dirty)

getCacheConfig

public ResourceBundleCacheConfig getCacheConfig()

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.2.0)

E17493-03


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