org.opennms.web.asset
Class ExportAssetsServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.opennms.web.asset.ExportAssetsServlet
- All Implemented Interfaces:
- Serializable, Servlet, ServletConfig
public class ExportAssetsServlet
- extends HttpServlet
Exports the assets database to a comma-separated values text file.
- Author:
- Lawrence Karnowski, Benjamin Reed, OpenNMS
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
model
protected AssetModel model
ExportAssetsServlet
public ExportAssetsServlet()
init
public void init()
throws ServletException
- Overrides:
init in class GenericServlet
- Throws:
ServletException
doGet
public void doGet(HttpServletRequest request,
HttpServletResponse response)
throws ServletException,
IOException
- Overrides:
doGet in class HttpServlet
- Throws:
ServletException
IOException
Copyright © 2009. All Rights Reserved.