public class FontWebResourceHandler extends java.lang.Object implements WebResourceHandler
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
REQUEST_PARAMETER_FONT_NAME |
Constructor and Description |
---|
FontWebResourceHandler() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getResourceBasePath(JasperReportsContext jasperReportsContext,
HttpServletRequest request) |
boolean |
handleResource(JasperReportsContext jasperReportsContext,
HttpServletRequest request,
HttpServletResponse response) |
protected byte[] |
processFont(JasperReportsContext jasperReportsContext,
java.lang.String basePath,
HtmlFont htmlFont) |
protected byte[] |
processFont(java.lang.String basePath,
HtmlFont htmlFont)
Deprecated.
Replaced by
processFont(JasperReportsContext, String, HtmlFont) . |
public static final java.lang.String REQUEST_PARAMETER_FONT_NAME
public boolean handleResource(JasperReportsContext jasperReportsContext, HttpServletRequest request, HttpServletResponse response)
handleResource
in interface WebResourceHandler
protected byte[] processFont(java.lang.String basePath, HtmlFont htmlFont)
processFont(JasperReportsContext, String, HtmlFont)
.protected byte[] processFont(JasperReportsContext jasperReportsContext, java.lang.String basePath, HtmlFont htmlFont)
public java.lang.String getResourceBasePath(JasperReportsContext jasperReportsContext, HttpServletRequest request)
© 2001-2014 TIBCO Software Inc. www.jaspersoft.com