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, serviceprotected void doGet(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
throws javax.servlet.ServletException,
IOException
doGet in class javax.servlet.http.HttpServletjavax.servlet.ServletExceptionIOExceptionprotected void doPost(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
throws javax.servlet.ServletException,
IOException
doPost in class javax.servlet.http.HttpServletjavax.servlet.ServletExceptionIOExceptionprotected void storeResource(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
throws SQLException
SQLExceptionpublic void showResource(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res,
String stencilsetURL)
throws SQLException
SQLExceptionpublic void template(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res,
String resource)
throws SQLException
SQLExceptionpublic void showProcessList(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
throws SQLException,
MalformedURLException
SQLExceptionMalformedURLExceptionpublic void showError(Exception exception, javax.servlet.http.HttpServletResponse res)
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.