org.kuali.student.common.ui.server.gwt
Class ExportDocumentDownload

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by org.kuali.student.common.ui.server.gwt.ExportDocumentDownload
All Implemented Interfaces:
Serializable, Servlet, ServletConfig

public class ExportDocumentDownload
extends HttpServlet

See Also:
Serialized Form

Field Summary
(package private)  Logger LOG
           
private static long serialVersionUID
           
 
Constructor Summary
ExportDocumentDownload()
           
 
Method Summary
 void doGet(HttpServletRequest request, HttpServletResponse response)
           
(package private)  void sendPDF(HttpServletResponse response, byte[] bytes, String format)
           
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service
 
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
 

Field Detail

LOG

final Logger LOG

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

ExportDocumentDownload

public ExportDocumentDownload()
Method Detail

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.