|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.servlet.GenericServlet
com.caucho.burlap.server.BurlapServlet
public class BurlapServlet
Servlet for serving Burlap services.
| Constructor Summary | |
|---|---|
BurlapServlet()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getServletInfo()
Returns a string describing the servlet. |
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. |
| Methods inherited from class javax.servlet.GenericServlet |
|---|
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletName, init, log, log, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public BurlapServlet()
| Method Detail |
|---|
public java.lang.String getServletInfo()
GenericServlet
getServletInfo in interface ServletgetServletInfo in class GenericServletpublic void setService(java.lang.Object service)
public void setAPIClass(java.lang.Class<?> apiClass)
public void init(ServletConfig config)
throws ServletException
init in interface Servletinit in class GenericServletconfig - the servlet's configuration
ServletException
public void service(ServletRequest request,
ServletResponse response)
throws java.io.IOException,
ServletException
request - request information. Normally servlets will cast this
to HttpServletRequestresponse - response information. Normally servlets will cast this
to HttpServletRequest
java.io.IOException
ServletException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||