JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.apache.tiles.definition
Interface 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
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
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
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method