org.kuali.student.common.ui.server.gwt
Class ExportDocumentDownload
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.kuali.student.common.ui.server.gwt.ExportDocumentDownload
- All Implemented Interfaces:
- Serializable, Servlet, ServletConfig
public class ExportDocumentDownload
- extends HttpServlet
- See Also:
- Serialized Form
Methods inherited from class javax.servlet.GenericServlet |
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LOG
final Logger LOG
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
ExportDocumentDownload
public ExportDocumentDownload()
doGet
public void doGet(HttpServletRequest request,
HttpServletResponse response)
- Overrides:
doGet
in class HttpServlet
sendPDF
void sendPDF(HttpServletResponse response,
byte[] bytes,
String format)
throws IOException
- Throws:
IOException
Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.