com.icesoft.pdf.ri.servlet
Class Render

java.lang.Object
  extended byjavax.servlet.GenericServlet
      extended byjavax.servlet.http.HttpServlet
          extended bycom.icesoft.pdf.ri.servlet.Render
All Implemented Interfaces:
Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class Render
extends javax.servlet.http.HttpServlet

This class renders PDF document pages defined by the JSPNavigatorBean class as part of the servlet example. Render can render a PDF document as either SVG, PNG or JPEG image.

When JSPNavigatorBean and Render are used with supporting JSP pages, a PDF document can be processed server side.

See Also:
Serialized Form

Field Summary
protected static Runtime runtime
           
 
Constructor Summary
Render()
           
 
Method Summary
 void destroy()
           
 void doGet(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 void doHead(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)
           
 void init(javax.servlet.ServletConfig config)
           
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doOptions, doPost, doPut, doTrace, getLastModified, service, service
 
Methods inherited from class javax.servlet.GenericServlet
getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

runtime

protected static Runtime runtime
Constructor Detail

Render

public Render()
Method Detail

doGet

public void doGet(javax.servlet.http.HttpServletRequest request,
                  javax.servlet.http.HttpServletResponse response)
           throws javax.servlet.ServletException,
                  IOException
Parameters:
request -
response -
Throws:
javax.servlet.ServletException
IOException

destroy

public void destroy()

doHead

public void doHead(javax.servlet.http.HttpServletRequest req,
                   javax.servlet.http.HttpServletResponse resp)
            throws javax.servlet.ServletException,
                   IOException
Parameters:
req -
resp -
Throws:
javax.servlet.ServletException
IOException

init

public void init(javax.servlet.ServletConfig config)
          throws javax.servlet.ServletException
Parameters:
config -
Throws:
javax.servlet.ServletException