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

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
Version:
$Rev: 669653 $ $Date: 2008-06-19 21:03:10 +0200 (gio, 19 giu 2008) $

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


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