public class BurlapServlet
extends GenericServlet
| Constructor and Description |
|---|
BurlapServlet() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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
ServletExceptionpublic void service(ServletRequest request,
ServletResponse response)
throws java.io.IOException,
ServletException
java.io.IOExceptionServletException