Package com.germinus.easyconf.servlet
Class RefreshConfigurationServlet
- java.lang.Object
-
- HttpServlet
-
- com.germinus.easyconf.servlet.RefreshConfigurationServlet
-
public class RefreshConfigurationServlet extends HttpServlet
- Version:
- $Revision$
- Author:
- Jorge Ferrer
-
-
Constructor Summary
Constructors Constructor Description RefreshConfigurationServlet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
service(HttpServletRequest request, HttpServletResponse response)
protected void
writeSuccessResponse(HttpServletResponse response, java.lang.String componentName)
-
-
-
Method Detail
-
service
protected void service(HttpServletRequest request, HttpServletResponse response) throws ServletException, java.io.IOException
- Throws:
ServletException
java.io.IOException
-
writeSuccessResponse
protected void writeSuccessResponse(HttpServletResponse response, java.lang.String componentName) throws java.io.IOException
- Throws:
java.io.IOException
-
-