Package com.germinus.easyconf.struts
Class RefreshConfigurationAction
- java.lang.Object
-
- Action
-
- 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
Fields Modifier and Type Field Description private static java.lang.String
SUCCESS
-
Constructor Summary
Constructors Constructor Description RefreshConfigurationAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ActionForward
execute(ActionMapping mapping, ActionForm form, HttpServletRequest req, HttpServletResponse response)
-
-
-
Field Detail
-
SUCCESS
private static final java.lang.String SUCCESS
- See Also:
- Constant Field Values
-
-