Package org.apache.tiles.core.definition
Interface RefreshMonitor
- All Known Implementing Classes:
- BaseLocaleUrlDefinitionDAO,- CachingLocaleUrlDefinitionDAO,- ResolvingLocaleUrlDefinitionDAO
public interface RefreshMonitor
Implementing this interface means that the object monitors the sources it
 uses to check when they change.
- Since:
- 2.1.0
- 
Method SummaryModifier and TypeMethodDescriptionbooleanIndicates whether the sources are out of date and need to be reloaded.
- 
Method Details- 
refreshRequiredboolean refreshRequired()Indicates whether the sources are out of date and need to be reloaded.- Returns:
- trueif the sources need to be refreshed.
- Since:
- 2.1.0
 
 
-