public abstract class SafeHttpServlet
extends javax.servlet.http.HttpServlet
| Constructor and Description |
|---|
SafeHttpServlet() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doGet(javax.servlet.http.HttpServletRequest aRequest,
javax.servlet.http.HttpServletResponse aResponse) |
protected void |
doPost(javax.servlet.http.HttpServletRequest aRequest,
javax.servlet.http.HttpServletResponse aResponse) |
protected void |
doSafeGet(SafeServletRequest aRequest,
SafeServletResponse aResponse) |
protected void |
doSafePost(SafeServletRequest aRequest,
SafeServletResponse aResponse) |
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, serviceprotected final void doPost(javax.servlet.http.HttpServletRequest aRequest,
javax.servlet.http.HttpServletResponse aResponse)
throws javax.servlet.ServletException,
IOException
doPost in class javax.servlet.http.HttpServletjavax.servlet.ServletExceptionIOExceptionprotected final void doGet(javax.servlet.http.HttpServletRequest aRequest,
javax.servlet.http.HttpServletResponse aResponse)
throws javax.servlet.ServletException,
IOException
doGet in class javax.servlet.http.HttpServletjavax.servlet.ServletExceptionIOExceptionprotected void doSafePost(SafeServletRequest aRequest, SafeServletResponse aResponse) throws javax.servlet.ServletException, IOException
javax.servlet.ServletExceptionIOExceptionprotected void doSafeGet(SafeServletRequest aRequest, SafeServletResponse aResponse) throws javax.servlet.ServletException, IOException
javax.servlet.ServletExceptionIOExceptionCopyright © 2021. All rights reserved.