Package lumis.portal.rest
Class RestServletApplication
- java.lang.Object
-
- javax.servlet.GenericServlet
-
- javax.servlet.http.HttpServlet
-
- org.glassfish.jersey.servlet.ServletContainer
-
- lumis.portal.rest.BaseRestServletContainer
-
- lumis.portal.rest.RestServletApplication
-
- All Implemented Interfaces:
Serializable
,Filter
,Servlet
,ServletConfig
,org.glassfish.jersey.server.spi.Container
public class RestServletApplication extends BaseRestServletContainer
Servlet that provides access to LumisXP built-in REST operations.- Since:
- 6.1.0
- Version:
- $Revision: 22420 $ $Date: 2019-02-19 16:21:02 -0300 (Tue, 19 Feb 2019) $
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RestServletApplication()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.glassfish.jersey.internal.util.collection.Value<Integer>
service(URI baseUri, URI requestUri, HttpServletRequest request, HttpServletResponse response)
-
Methods inherited from class lumis.portal.rest.BaseRestServletContainer
doFilter, getRequest, getRespone, service
-
Methods inherited from class org.glassfish.jersey.servlet.ServletContainer
destroy, doFilter, getApplicationHandler, getConfiguration, getServletContext, getStaticContentPattern, getWebComponent, init, init, init, reload, reload, service
-
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified
-
Methods inherited from class javax.servlet.GenericServlet
getInitParameter, getInitParameterNames, getServletConfig, getServletInfo, getServletName, init, log, log
-
-
-
-
Method Detail
-
service
public org.glassfish.jersey.internal.util.collection.Value<Integer> service(URI baseUri, URI requestUri, HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException
- Overrides:
service
in classorg.glassfish.jersey.servlet.ServletContainer
- Throws:
ServletException
IOException
-
-