public class ReloadHelperImpl extends Object implements ReloadHelper
Constructor and Description |
---|
ReloadHelperImpl(AlertManager alertManager,
boolean productionMode) |
Modifier and Type | Method and Description |
---|---|
void |
addReloadCallback(Runnable callback)
Adds a callback to be invoked from
ReloadHelper.forceReload() . |
void |
forceReload()
Force a reload (if in development mode).
|
public ReloadHelperImpl(AlertManager alertManager, @Symbol(value="tapestry.production-mode") boolean productionMode)
public void forceReload()
ReloadHelper
AlertManager
alert message.forceReload
in interface ReloadHelper
public void addReloadCallback(Runnable callback)
ReloadHelper
ReloadHelper.forceReload()
.addReloadCallback
in interface ReloadHelper
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.