|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.servlet.GenericServlet
javax.servlet.http.HttpServlet
com.buglabs.bug.service.AbstractWSServlet
com.buglabs.bug.service.WSHtmlServlet
public class WSHtmlServlet
This is a very simple servlet that provides an HTML view of the services availible on a BUG This is registered in PublicWSAdminImpl along with WSServlet, which handles the actual xml services
| Constructor Summary | |
|---|---|
WSHtmlServlet(BundleContext context,
java.util.Hashtable servicesMap,
ConfigurationAdmin configAdmin)
|
|
| Method Summary | |
|---|---|
protected void |
executeHttpMethod(HttpServletRequest req,
HttpServletResponse resp,
int reqMethod)
override this method to handle all default requests |
| Methods inherited from class com.buglabs.bug.service.AbstractWSServlet |
|---|
addPublicService, doDelete, doGet, doPost, doPut, getConfigurationAdmin, getServiceMap, removePublicService, serviceChanged |
| Methods inherited from class javax.servlet.http.HttpServlet |
|---|
doHead, doOptions, doTrace, getLastModified, service, service |
| Methods inherited from class javax.servlet.GenericServlet |
|---|
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WSHtmlServlet(BundleContext context,
java.util.Hashtable servicesMap,
ConfigurationAdmin configAdmin)
| Method Detail |
|---|
protected void executeHttpMethod(HttpServletRequest req,
HttpServletResponse resp,
int reqMethod)
throws ServletException,
java.io.IOException
AbstractWSServlet
executeHttpMethod in class AbstractWSServletServletException
java.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||