Class HylandViewerConfigServlet
- java.lang.Object
-
- javax.servlet.GenericServlet
-
- javax.servlet.http.HttpServlet
-
- com.saperion.ngc.servlet.hylandviewer.HylandViewerConfigServlet
-
- All Implemented Interfaces:
java.io.Serializable
,javax.servlet.Servlet
,javax.servlet.ServletConfig
public class HylandViewerConfigServlet extends javax.servlet.http.HttpServlet
This servlet reads the configuration file of the hyland viewer and delivers it as a json.- Author:
- schowdhury
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HylandViewerConfigServlet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
doGet(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)
-
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service
-
-