org.riotfamily.common.web.servlet
Class ReloadableDispatcherServletConfig
java.lang.Object
org.riotfamily.common.web.servlet.ReloadableDispatcherServletConfig
public class ReloadableDispatcherServletConfig
- extends Object
Bean that is looked up by the ReloadableDispatcherServlet
to
determine whether reload checks should be enabled. If no instance of this
class is found, the DispatcherServlet will use the the value obtained from
the reloadable
init-parameter.
- Author:
- Felix Gnass [fgnass at neteye dot de]
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReloadableDispatcherServletConfig
public ReloadableDispatcherServletConfig()
isReloadable
public boolean isReloadable()
setReloadable
public void setReloadable(boolean reloadable)