org.jbpm.designer.server
public class SimpleStorageServlet extends javax.servlet.http.HttpServlet
Constructor and Description |
---|
SimpleStorageServlet() |
Modifier and Type | Method and Description |
---|---|
protected void |
doGet(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res) |
protected void |
doPost(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res) |
void |
showError(Exception exception,
javax.servlet.http.HttpServletResponse res) |
void |
showProcessList(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res) |
void |
showResource(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res,
String stencilsetURL) |
protected void |
storeResource(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res) |
void |
template(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res,
String resource) |
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service
protected void doGet(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res) throws javax.servlet.ServletException, IOException
doGet
in class javax.servlet.http.HttpServlet
javax.servlet.ServletException
IOException
protected void doPost(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res) throws javax.servlet.ServletException, IOException
doPost
in class javax.servlet.http.HttpServlet
javax.servlet.ServletException
IOException
protected void storeResource(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res) throws SQLException
SQLException
public void showResource(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res, String stencilsetURL) throws SQLException
SQLException
public void template(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res, String resource) throws SQLException
SQLException
public void showProcessList(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res) throws SQLException, MalformedURLException
SQLException
MalformedURLException
public void showError(Exception exception, javax.servlet.http.HttpServletResponse res)
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.