org.apache.tiles.definition
Interface Refreshable

Package class diagram package 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

Method Summary
 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