public class FontWebResourceHandler extends Object implements WebResourceHandler
Modifier and Type | Field and Description |
---|---|
static String |
REQUEST_PARAMETER_FONT_NAME |
Constructor and Description |
---|
FontWebResourceHandler() |
Modifier and Type | Method and Description |
---|---|
String |
getResourceBasePath(JasperReportsContext jasperReportsContext,
javax.servlet.http.HttpServletRequest request) |
boolean |
handleResource(JasperReportsContext jasperReportsContext,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
protected byte[] |
processFont(JasperReportsContext jasperReportsContext,
String basePath,
HtmlFont htmlFont)
Deprecated.
|
protected byte[] |
processFont(JasperReportsContext jasperReportsContext,
String basePath,
HtmlFontFamily htmlFontFamily) |
protected byte[] |
processFont(String basePath,
HtmlFont htmlFont)
Deprecated.
|
public static final String REQUEST_PARAMETER_FONT_NAME
public boolean handleResource(JasperReportsContext jasperReportsContext, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
handleResource
in interface WebResourceHandler
protected byte[] processFont(String basePath, HtmlFont htmlFont)
processFont(JasperReportsContext, String, HtmlFontFamily)
.protected byte[] processFont(JasperReportsContext jasperReportsContext, String basePath, HtmlFont htmlFont)
processFont(JasperReportsContext, String, HtmlFontFamily)
.protected byte[] processFont(JasperReportsContext jasperReportsContext, String basePath, HtmlFontFamily htmlFontFamily)
public String getResourceBasePath(JasperReportsContext jasperReportsContext, javax.servlet.http.HttpServletRequest request)
Copyright © 2016. All rights reserved.