Package net.sf.jasperreports.jakarta.web
Class FontWebResourceHandler.FontFamilyHtmlResourceHandler
- java.lang.Object
-
- net.sf.jasperreports.jakarta.web.FontWebResourceHandler.FontFamilyHtmlResourceHandler
-
- All Implemented Interfaces:
HtmlResourceHandler
- Enclosing class:
- FontWebResourceHandler
public static class FontWebResourceHandler.FontFamilyHtmlResourceHandler extends Object implements HtmlResourceHandler
-
-
Constructor Summary
Constructors Constructor Description FontFamilyHtmlResourceHandler(String basePath, HtmlFontFamily htmlFontFamily)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
addHtmlFont(HtmlFont htmlFont)
String
getResourcePath(String id)
void
handleResource(String id, byte[] data)
-
-
-
Constructor Detail
-
FontFamilyHtmlResourceHandler
public FontFamilyHtmlResourceHandler(String basePath, HtmlFontFamily htmlFontFamily)
-
-
Method Detail
-
addHtmlFont
protected void addHtmlFont(HtmlFont htmlFont)
-
getResourcePath
public String getResourcePath(String id)
- Specified by:
getResourcePath
in interfaceHtmlResourceHandler
-
handleResource
public void handleResource(String id, byte[] data)
- Specified by:
handleResource
in interfaceHtmlResourceHandler
-
-