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, response
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service
public void init()
init
in class javax.servlet.GenericServlet
public void destroy()
destroy
in interface javax.servlet.Servlet
destroy
in class YHttpServlet
public void doPost(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res) throws java.io.IOException
doPost
in class javax.servlet.http.HttpServlet
java.io.IOException
public 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.HttpServlet
java.io.IOException
javax.servlet.ServletException
public 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.