public interface ReloadAware
Modifier and Type | Method and Description |
---|---|
boolean |
shutdownImplementationForReload()
Invoked when Tapestry notices
that the implementation class has changed.
|
boolean shutdownImplementationForReload()
In addition, the implementation may request an immediate reload. Normally, reloading of the service is deferred until a method of the proxy object is invoked (this causes the normal just-in-time instantiation of the implementation). When this method returns true, the implementation is re-created immediately. This is most often the case for services that are eagerly loaded in the first place.
Copyright © 2003-2012 The Apache Software Foundation.