程序包 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
另请参阅:
  • 构造器概要

    构造器
    构造器
    说明
     
  • 方法概要

    修饰符和类型
    方法
    说明
    protected void
    doOptions(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)
     
    protected void
    doPost(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)
     

    从类继承的方法 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

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 构造器详细资料

    • 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.ServletException
      IOException
    • 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.ServletException
      IOException