|
|||||||||
| 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.WSServlet
public class WSServlet
This class used to do it all, but now it extends AbstractWSServlet so other Service view classes can share functionality. Some of this classes previous functionality has been pushed into it's abstract parent.
| Constructor Summary | |
|---|---|
WSServlet(BundleContext context,
java.util.Hashtable serviceMap,
ConfigurationAdmin configAdmin)
|
|
| Method Summary | |
|---|---|
protected void |
executeHttpMethod(HttpServletRequest req,
HttpServletResponse resp,
int method)
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 WSServlet(BundleContext context,
java.util.Hashtable serviceMap,
ConfigurationAdmin configAdmin)
| Method Detail |
|---|
protected void executeHttpMethod(HttpServletRequest req,
HttpServletResponse resp,
int method)
throws java.io.IOException,
ServletException
AbstractWSServlet
executeHttpMethod in class AbstractWSServletjava.io.IOException
ServletException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||