public class BurlapServlet extends GenericServlet
| Constructor and Description |
|---|
BurlapServlet() |
| Modifier and Type | Method and Description |
|---|---|
String |
getServletInfo() |
void |
init(ServletConfig config)
Initialize the service, including the service object.
|
void |
service(ServletRequest request,
ServletResponse response)
Execute a request.
|
void |
setAPIClass(Class<?> apiClass)
Sets the api-class.
|
void |
setService(Object service)
Sets the service class.
|
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletName, init, log, logpublic String getServletInfo()
getServletInfo in interface ServletgetServletInfo in class GenericServletpublic void setService(Object service)
public void setAPIClass(Class<?> apiClass)
public void init(ServletConfig config) throws ServletException
init in interface Servletinit in class GenericServletServletExceptionpublic void service(ServletRequest request, ServletResponse response) throws IOException, ServletException
service in interface Servletservice in class GenericServletIOExceptionServletExceptionCopyright © 2017 Caucho Technology, Inc. All rights reserved.