public abstract class AppBundleInfo
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
protected java.lang.String | 
_appBundleName  | 
protected java.net.URL | 
_appBundleURL  | 
protected ResourceBundleWrapper | 
_appOverrideBundle  | 
protected java.util.Map<java.lang.String,BundleRegistrationInfo> | 
_bundleOverrideListMap  | 
protected ResourceBundleCacheConfig | 
_cacheConfig  | 
protected boolean | 
_dirty  | 
protected static java.lang.String | 
OVERRIDE_BUNDLE_NAME_PORTION  | 
| Constructor and Description | 
|---|
AppBundleInfo()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
addBundle(java.lang.String bundleId,
         boolean override)  | 
void | 
flush()
Deprecated.   
 | 
abstract java.net.URL | 
getAppOverrideURL()  | 
java.util.List<BundleRegistrationInfo> | 
getBundleList()
Deprecated. 
 
use  
Map<String, BundleRegistrationInfo> getBundleListMap(); | 
java.util.Map<java.lang.String,BundleRegistrationInfo> | 
getBundleListMap()  | 
ResourceBundleCacheConfig | 
getCacheConfig()  | 
abstract ResourceBundleWrapper | 
getOrCreateAppOverrideBundle()  | 
abstract ResourceBundleWrapper | 
getOrCreateAppOverrideBundle(java.lang.String bundleId)  | 
boolean | 
isBundleOverridden(java.lang.String bundleId)  | 
boolean | 
isDirty()  | 
protected abstract void | 
readAdfConfig()  | 
boolean | 
refreshBundleIfNeeded(java.lang.Exception ex)  | 
void | 
removeBundle(java.lang.String bundleId)  | 
void | 
setDirty(boolean dirty)  | 
void | 
updateBundle(java.lang.String bundleId,
            boolean override)  | 
protected ResourceBundleCacheConfig _cacheConfig
protected java.util.Map<java.lang.String,BundleRegistrationInfo> _bundleOverrideListMap
protected boolean _dirty
protected ResourceBundleWrapper _appOverrideBundle
protected java.lang.String _appBundleName
protected java.net.URL _appBundleURL
protected static final java.lang.String OVERRIDE_BUNDLE_NAME_PORTION
public abstract ResourceBundleWrapper getOrCreateAppOverrideBundle()
public abstract ResourceBundleWrapper getOrCreateAppOverrideBundle(java.lang.String bundleId)
public abstract java.net.URL getAppOverrideURL()
protected abstract void readAdfConfig()
                               throws java.lang.Exception
java.lang.Exception@Deprecated
public void flush()
                       throws java.lang.Exception
java.lang.Exceptionpublic boolean refreshBundleIfNeeded(java.lang.Exception ex)
public java.util.List<BundleRegistrationInfo> getBundleList()
Map<String, BundleRegistrationInfo> getBundleListMap();public java.util.Map<java.lang.String,BundleRegistrationInfo> getBundleListMap()
public void addBundle(java.lang.String bundleId,
                      boolean override)
public void removeBundle(java.lang.String bundleId)
public void updateBundle(java.lang.String bundleId,
                         boolean override)
public boolean isBundleOverridden(java.lang.String bundleId)
public boolean isDirty()
public void setDirty(boolean dirty)
public ResourceBundleCacheConfig getCacheConfig()