public class BaseRestServletContainer
extends org.glassfish.jersey.servlet.ServletContainer
Constructor and Description |
---|
BaseRestServletContainer() |
BaseRestServletContainer(org.glassfish.jersey.server.ResourceConfig resourceConfig) |
Modifier and Type | Method and Description |
---|---|
void |
doFilter(HttpServletRequest request,
HttpServletResponse response,
FilterChain chain) |
static HttpServletRequest |
getRequest()
Returns the request sent to the current REST operation.
|
static HttpServletResponse |
getRespone()
Returns the response from the current REST operation.
|
protected void |
service(HttpServletRequest request,
HttpServletResponse response) |
destroy, doFilter, getApplicationHandler, getConfiguration, getServletContext, getStaticContentPattern, getWebComponent, init, init, init, reload, reload, service, service
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified
getInitParameter, getInitParameterNames, getServletConfig, getServletInfo, getServletName, init, log, log
public BaseRestServletContainer()
public BaseRestServletContainer(org.glassfish.jersey.server.ResourceConfig resourceConfig)
public void doFilter(HttpServletRequest request, HttpServletResponse response, FilterChain chain) throws IOException, ServletException
doFilter
in class org.glassfish.jersey.servlet.ServletContainer
IOException
ServletException
protected void service(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException
service
in class org.glassfish.jersey.servlet.ServletContainer
ServletException
IOException
public static HttpServletRequest getRequest()
public static HttpServletResponse getRespone()
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.