Class 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

      Fields 
      Modifier and Type Field Description
      private static java.lang.String SUCCESS  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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
    • 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