JavaScript is disabled on your browser.
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 Refreshable
All Superinterfaces:
RefreshMonitor
All Known Subinterfaces:
ReloadableDefinitionsFactory
All Known Implementing Classes:
CachingLocaleUrlDefinitionDAO
,
ResolvingLocaleUrlDefinitionDAO
,
UrlDefinitionsFactory
public interface
Refreshable
extends
RefreshMonitor
Indicates support for reloading Tiles configuration when it changes.
Since:
2.1.0
Version:
$Rev: 669653 $ $Date: 2008-06-19 21:03:10 +0200 (gio, 19 giu 2008) $
Method Summary
Methods
Modifier and Type
Method and Description
void
refresh
()
Refreshes the stored definitions, reloading them.
Methods inherited from interface org.apache.tiles.definition.
RefreshMonitor
refreshRequired
Method Detail
refresh
void refresh()
Refreshes the stored definitions, reloading them.
Since:
2.1.0
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