程序包 cn.leancloud
类 CloudCodeServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
cn.leancloud.CloudCodeServlet
- 所有已实现的接口:
Serializable,javax.servlet.Servlet,javax.servlet.ServletConfig
@WebServlet(name="CloudCodeServlet",
urlPatterns={"/1/functions/*","/1.1/functions/*","/1/call/*","/1.1/call/*"},
loadOnStartup=0)
public class CloudCodeServlet
extends javax.servlet.http.HttpServlet
- 另请参阅:
-
构造器概要
构造器 -
方法概要
从类继承的方法 javax.servlet.http.HttpServlet
doDelete, doGet, doHead, doPut, doTrace, getLastModified, service, service从类继承的方法 javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
-
构造器详细资料
-
CloudCodeServlet
public CloudCodeServlet()
-
-
方法详细资料
-
doOptions
protected void doOptions(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) throws javax.servlet.ServletException, IOException - 覆盖:
doOptions在类中javax.servlet.http.HttpServlet- 抛出:
javax.servlet.ServletExceptionIOException
-
doPost
protected void doPost(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) throws javax.servlet.ServletException, IOException - 覆盖:
doPost在类中javax.servlet.http.HttpServlet- 抛出:
javax.servlet.ServletExceptionIOException
-