Package lumis.portal.servicecontainer
Class ServicesServlet
- java.lang.Object
-
- javax.servlet.GenericServlet
-
- javax.servlet.http.HttpServlet
-
- lumis.portal.servicecontainer.ServicesServlet
-
- All Implemented Interfaces:
Serializable
,Servlet
,ServletConfig
public class ServicesServlet extends HttpServlet
Servlet that dispatches the request to the destination service resource. The path info for this servlet must be /<serviceInstanceId>/path/to/resource or /<context>/path/to/resource.- Since:
- 4.0.7
- Version:
- $Revision: 16824 $ $Date: 2015-01-23 18:49:12 -0200 (Fri, 23 Jan 2015) $
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ServicesServlet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
service(HttpServletRequest request, HttpServletResponse response)
-
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service
-
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
-
-
-
-
Method Detail
-
service
protected void service(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException
- Overrides:
service
in classHttpServlet
- Throws:
ServletException
IOException
-
-