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 |
private static java.lang.String |
SUCCESS
|
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 |
SUCCESS
private static final java.lang.String SUCCESS
- See Also:
- Constant Field Values
RefreshConfigurationAction
public RefreshConfigurationAction()
execute
public ActionForward execute(ActionMapping mapping,
ActionForm form,
HttpServletRequest req,
HttpServletResponse response)
throws java.lang.Exception
- Throws:
java.lang.Exception