com.bankframe.services.resource
Class NoReloadBankFrameResourceBundle

java.lang.Object
  extended bycom.bankframe.services.resource.NoReloadBaseBankFrameResource
      extended bycom.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 java.lang.String RESOURCE_NAME
           
static java.util.Map resources
           
static java.net.URL resourceUrl
           
 
Constructor Summary
NoReloadBankFrameResourceBundle()
          Default Constructor
 
Method Summary
 java.net.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 java.lang.String RESOURCE_NAME
See Also:
Constant Field Values

resourceUrl

public static java.net.URL resourceUrl

resources

public static java.util.Map resources
Constructor Detail

NoReloadBankFrameResourceBundle

public NoReloadBankFrameResourceBundle()
Default Constructor

Method Detail

getUrl

public java.net.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.