|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
java.lang.ObjectGenericServlet
com.caucho.burlap.server.BurlapServlet
public class BurlapServlet
Servlet for serving Burlap services.
构造方法摘要 | |
---|---|
BurlapServlet()
|
方法摘要 | |
---|---|
java.lang.String |
getServletInfo()
|
void |
init(ServletConfig config)
Initialize the service, including the service object. |
void |
service(ServletRequest request,
ServletResponse response)
Execute a request. |
void |
setAPIClass(java.lang.Class<?> apiClass)
Sets the api-class. |
void |
setService(java.lang.Object service)
Sets the service class. |
从类 java.lang.Object 继承的方法 |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
构造方法详细信息 |
---|
public BurlapServlet()
方法详细信息 |
---|
public java.lang.String getServletInfo()
public void setService(java.lang.Object service)
public void setAPIClass(java.lang.Class<?> apiClass)
public void init(ServletConfig config) throws ServletException
ServletException
public void service(ServletRequest request, ServletResponse response) throws java.io.IOException, ServletException
java.io.IOException
ServletException
|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |