This project has retired. For details please refer to its Attic page.
RefreshMonitor (Tiles 2 2.1.4 API)

org.apache.tiles.definition
Interface RefreshMonitor

Package class diagram package RefreshMonitor
All Known Subinterfaces:
Refreshable, ReloadableDefinitionsFactory
All Known Implementing Classes:
BaseLocaleUrlDefinitionDAO, CachingLocaleUrlDefinitionDAO, LocaleUrlDefinitionDAO, ResolvingLocaleUrlDefinitionDAO, UrlDefinitionsFactory

public interface RefreshMonitor

Implementing this interface means that the object monitors the sources it uses to check when they change.

Since:
2.1.0
Version:
$Rev: 666834 $ $Date: 2008-06-11 22:49:05 +0200 (mer, 11 giu 2008) $

Method Summary
 boolean refreshRequired()
          Indicates whether the sources are out of date and need to be reloaded.
 

Method Detail

refreshRequired

boolean refreshRequired()
Indicates whether the sources are out of date and need to be reloaded.

Returns:
true if the sources need to be refreshed.
Since:
2.1.0


Copyright © 2001-2009 Apache Software Foundation. All Rights Reserved.