org.riotfamily.common.web.servlet
Class ReloadableDispatcherServletConfig

java.lang.Object
  extended by 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]

Constructor Summary
ReloadableDispatcherServletConfig()
           
 
Method Summary
 boolean isReloadable()
           
 void setReloadable(boolean reloadable)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReloadableDispatcherServletConfig

public ReloadableDispatcherServletConfig()
Method Detail

isReloadable

public boolean isReloadable()

setReloadable

public void setReloadable(boolean reloadable)