public class ResourceGateway extends YHttpServlet
_log| Constructor and Description |
|---|
ResourceGateway() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
java.lang.String |
doAddResourceAction(javax.servlet.http.HttpServletRequest req,
java.lang.String action) |
void |
doGet(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res) |
java.lang.String |
doGetResourceAction(javax.servlet.http.HttpServletRequest req,
java.lang.String action) |
java.lang.String |
doIsKnownResourceAction(javax.servlet.http.HttpServletRequest req,
java.lang.String action) |
void |
doPost(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res) |
java.lang.String |
doRemoveResourceAction(javax.servlet.http.HttpServletRequest req,
java.lang.String action) |
java.lang.String |
doSetResourceAction(javax.servlet.http.HttpServletRequest req,
java.lang.String action) |
java.lang.String |
doUpdateResourceAction(javax.servlet.http.HttpServletRequest req,
java.lang.String action) |
void |
init()
Read settings from web.xml and use them to initialise the service
|
fail, getBooleanFromContext, getBooleanFromContext, getDoubleFromContext, getIntFromContext, getManifest, isAllowedRedundantAction, responsedoDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, servicepublic void init()
init in class javax.servlet.GenericServletpublic void destroy()
destroy in interface javax.servlet.Servletdestroy in class YHttpServletpublic void doPost(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
throws java.io.IOException
doPost in class javax.servlet.http.HttpServletjava.io.IOExceptionpublic void doGet(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
throws java.io.IOException,
javax.servlet.ServletException
doGet in class javax.servlet.http.HttpServletjava.io.IOExceptionjavax.servlet.ServletExceptionpublic java.lang.String doAddResourceAction(javax.servlet.http.HttpServletRequest req,
java.lang.String action)
public java.lang.String doUpdateResourceAction(javax.servlet.http.HttpServletRequest req,
java.lang.String action)
public java.lang.String doRemoveResourceAction(javax.servlet.http.HttpServletRequest req,
java.lang.String action)
public java.lang.String doGetResourceAction(javax.servlet.http.HttpServletRequest req,
java.lang.String action)
public java.lang.String doSetResourceAction(javax.servlet.http.HttpServletRequest req,
java.lang.String action)
public java.lang.String doIsKnownResourceAction(javax.servlet.http.HttpServletRequest req,
java.lang.String action)
Copyright © 2004-2014 The YAWL Foundation.