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

org.apache.tiles.definition
Interface ReloadableDefinitionsFactory

Package class diagram package ReloadableDefinitionsFactory
All Known Implementing Classes:
UrlDefinitionsFactory

public interface ReloadableDefinitionsFactory

Indicates support for reloading Tiles configuration when it changes.

Version:
$Rev: 527870 $ $Date: 2007-04-12 12:19:41 +0200 (Thu, 12 Apr 2007) $

Method Summary
 void refresh()
          Refreshes the stored definitions, reloading them.
 boolean refreshRequired()
          Indicates whether the DefinitionsFactory is out of date and needs to be reloaded.
 

Method Detail

refreshRequired

boolean refreshRequired()
Indicates whether the DefinitionsFactory is out of date and needs to be reloaded.

Returns:
true if the definitions need to be refreshed.

refresh

void refresh()
             throws DefinitionsFactoryException
Refreshes the stored definitions, reloading them.

Throws:
DefinitionsFactoryException - If something goes wrong during refresh.


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