public class AttachmentServlet extends javax.servlet.http.HttpServlet
| Modifier and Type | Field and Description | 
|---|---|
| static String | ATTACHMENT_ID_KEY | 
| Constructor and Description | 
|---|
| AttachmentServlet() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | doGet(javax.servlet.http.HttpServletRequest request,
          javax.servlet.http.HttpServletResponse response) | 
| protected void | doPost(javax.servlet.http.HttpServletRequest request,
            javax.servlet.http.HttpServletResponse response) | 
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, servicepublic static final String ATTACHMENT_ID_KEY
public AttachmentServlet()
protected void doPost(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, IOException
doPost in class javax.servlet.http.HttpServletjavax.servlet.ServletExceptionIOExceptionprotected void doGet(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, IOException
doGet in class javax.servlet.http.HttpServletjavax.servlet.ServletExceptionIOExceptionCopyright © 2005–2015 The Kuali Foundation. All rights reserved.