protected class ReloadableResourceBundleMessageSource.PropertiesHolder extends Object
| Constructor and Description | 
|---|
PropertiesHolder()  | 
PropertiesHolder(Properties properties,
                long fileTimestamp)  | 
| Modifier and Type | Method and Description | 
|---|---|
long | 
getFileTimestamp()  | 
MessageFormat | 
getMessageFormat(String code,
                Locale locale)  | 
Properties | 
getProperties()  | 
String | 
getProperty(String code)  | 
long | 
getRefreshTimestamp()  | 
void | 
setRefreshTimestamp(long refreshTimestamp)  | 
public PropertiesHolder()
public PropertiesHolder(Properties properties, long fileTimestamp)
@Nullable public Properties getProperties()
public long getFileTimestamp()
public void setRefreshTimestamp(long refreshTimestamp)
public long getRefreshTimestamp()
@Nullable public MessageFormat getMessageFormat(String code, Locale locale)