public class XsrfMakeRequestServlet
extends org.apache.shindig.gadgets.servlet.MakeRequestServlet
Modifier and Type | Field and Description |
---|---|
static String |
NO_CHECK |
static String |
X_ATLASSIAN_TOKEN |
Constructor and Description |
---|
XsrfMakeRequestServlet() |
Modifier and Type | Method and Description |
---|---|
protected void |
doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
protected void |
doPost(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
setMakeRequestHandler
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service
public static final String X_ATLASSIAN_TOKEN
public static final String NO_CHECK
protected void doGet(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws IOException
doGet
in class org.apache.shindig.gadgets.servlet.MakeRequestServlet
IOException
protected void doPost(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws IOException
doPost
in class org.apache.shindig.gadgets.servlet.MakeRequestServlet
IOException
Copyright © 2018 Atlassian. All rights reserved.