com.bankframe.services.resource
Class NoReloadBankFrameResourceBundle

java.lang.Object
  extended by com.bankframe.services.resource.NoReloadBaseBankFrameResource
      extended by com.bankframe.services.resource.NoReloadBankFrameResourceBundle
All Implemented Interfaces:
BankFrameResource

public class NoReloadBankFrameResourceBundle
extends NoReloadBaseBankFrameResource

This class caches a java.util.ResourceBundle instance. It does not uses the value of the resource.cache.refreshInterval setting contained in the resource file.


Field Summary
static String RESOURCE_NAME
           
static Map resources
           
static URL resourceUrl
           
 
Constructor Summary
NoReloadBankFrameResourceBundle()
          Default Constructor
 
Method Summary
 URL getUrl()
          This method gets the URL for this resource.
 
Methods inherited from class com.bankframe.services.resource.NoReloadBaseBankFrameResource
get, getBoolean, getDescription, getDescription, getDouble, getInteger, getLong, getString, getSubset, keys, put, remove, remove, removeAll, removeSubset, size
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RESOURCE_NAME

public static final String RESOURCE_NAME
See Also:
Constant Field Values

resourceUrl

public static URL resourceUrl

resources

public static Map resources
Constructor Detail

NoReloadBankFrameResourceBundle

public NoReloadBankFrameResourceBundle()
Default Constructor

Method Detail

getUrl

public URL getUrl()
This method gets the URL for this resource.

Specified by:
getUrl in class NoReloadBaseBankFrameResource
Returns:
the URL for this resource


Copyright © 2005, 2007, Oracle. All rights reserved.