Package net.sf.jasperreports.web.util
Class WebHtmlResourceHandler
- java.lang.Object
-
- net.sf.jasperreports.web.util.WebHtmlResourceHandler
-
- All Implemented Interfaces:
HtmlResourceHandler
public class WebHtmlResourceHandler extends Object implements HtmlResourceHandler
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
-
-
Constructor Summary
Constructors Constructor Description WebHtmlResourceHandler(String pathPattern)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getResourcePath(String id)
void
handleResource(String id, byte[] data)
-
-
-
Constructor Detail
-
WebHtmlResourceHandler
public WebHtmlResourceHandler(String pathPattern)
-
-
Method Detail
-
getResourcePath
public String getResourcePath(String id)
- Specified by:
getResourcePath
in interfaceHtmlResourceHandler
-
handleResource
public void handleResource(String id, byte[] data)
- Specified by:
handleResource
in interfaceHtmlResourceHandler
-
-