com.germinus.easyconf.struts
Class RefreshConfigurationAction

java.lang.Object
  extended by Action
      extended by com.germinus.easyconf.struts.RefreshConfigurationAction

public class RefreshConfigurationAction
extends Action

Refresh the configuration of a given component which uses EasyConf. If no component is specified all components of the current JVM are refreshed.

Author:
jferrer

Field Summary
private static java.lang.String SUCCESS
           
 
Constructor Summary
RefreshConfigurationAction()
           
 
Method Summary
 ActionForward execute(ActionMapping mapping, ActionForm form, HttpServletRequest req, HttpServletResponse response)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SUCCESS

private static final java.lang.String SUCCESS
See Also:
Constant Field Values
Constructor Detail

RefreshConfigurationAction

public RefreshConfigurationAction()
Method Detail

execute

public ActionForward execute(ActionMapping mapping,
                             ActionForm form,
                             HttpServletRequest req,
                             HttpServletResponse response)
                      throws java.lang.Exception
Throws:
java.lang.Exception