public class PrintServlet
extends javax.servlet.http.HttpServlet
| Modifier and Type | Field and Description |
|---|---|
static String |
baseImageUrl |
static String |
fontPath |
static String |
fopConfig |
static nl.b3p.imagetool.CombineImageSettings |
settings |
static String |
xsl_A0_Liggend |
static String |
xsl_A0_Staand |
static String |
xsl_A1_Liggend |
static String |
xsl_A1_Staand |
static String |
xsl_A2_Liggend |
static String |
xsl_A2_Staand |
static String |
xsl_A3_Liggend |
static String |
xsl_A3_Staand |
static String |
xsl_A4_Liggend |
static String |
xsl_A4_Staand |
| Constructor and Description |
|---|
PrintServlet() |
| Modifier and Type | Method and Description |
|---|---|
static void |
createOutput(PrintInfo info,
String mimeType,
String template,
boolean addJavascript,
javax.servlet.http.HttpServletResponse response) |
protected void |
doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Handles the HTTP
GET method. |
protected void |
doPost(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Handles the HTTP
POST method. |
String |
getServletInfo()
Returns a short description of the servlet.
|
static nl.b3p.imagetool.CombineImageSettings |
getSettings() |
void |
init(javax.servlet.ServletConfig config) |
protected void |
processRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
static void |
setSettings(nl.b3p.imagetool.CombineImageSettings settings) |
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, servicepublic static String xsl_A4_Liggend
public static String xsl_A4_Staand
public static String xsl_A3_Liggend
public static String xsl_A3_Staand
public static String xsl_A2_Liggend
public static String xsl_A2_Staand
public static String xsl_A1_Liggend
public static String xsl_A1_Staand
public static String xsl_A0_Liggend
public static String xsl_A0_Staand
public static String fopConfig
public static String fontPath
public static String baseImageUrl
public static nl.b3p.imagetool.CombineImageSettings settings
protected void processRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
IOException,
Exception
javax.servlet.ServletExceptionIOExceptionExceptionpublic static nl.b3p.imagetool.CombineImageSettings getSettings()
public static void setSettings(nl.b3p.imagetool.CombineImageSettings settings)
public static void createOutput(PrintInfo info, String mimeType, String template, boolean addJavascript, javax.servlet.http.HttpServletResponse response) throws MalformedURLException, IOException, SAXException
public void init(javax.servlet.ServletConfig config)
throws javax.servlet.ServletException
init in interface javax.servlet.Servletinit in class javax.servlet.GenericServletjavax.servlet.ServletExceptionprotected void doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
IOException
GET method.doGet in class javax.servlet.http.HttpServletrequest - servlet requestresponse - servlet responsejavax.servlet.ServletExceptionIOExceptionprotected void doPost(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
IOException
POST method.doPost in class javax.servlet.http.HttpServletrequest - servlet requestresponse - servlet responsejavax.servlet.ServletExceptionIOExceptionpublic String getServletInfo()
getServletInfo in interface javax.servlet.ServletgetServletInfo in class javax.servlet.GenericServletCopyright © 2016. All rights reserved.