Class FlashHtmlHandler
- java.lang.Object
-
- net.sf.jasperreports.engine.export.FlashHtmlHandler
-
- All Implemented Interfaces:
GenericElementHandler,GenericElementHtmlHandler
public class FlashHtmlHandler extends Object implements GenericElementHtmlHandler
Deprecated.To be removed.A HTML export handler for generic print elements produced byFlashPrintElement.- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
-
Constructor Summary
Constructors Constructor Description FlashHtmlHandler()Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description StringgetHtmlFragment(JRHtmlExporterContext exporterContext, JRGenericPrintElement element)Deprecated.Outputs an HTML fragment that embeds a Flash movie.static FlashHtmlHandlergetInstance()Deprecated.booleantoExport(JRGenericPrintElement element)Deprecated.Always exports.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.sf.jasperreports.engine.export.GenericElementHtmlHandler
exportElement
-
-
-
-
Method Detail
-
getInstance
public static FlashHtmlHandler getInstance()
Deprecated.
-
toExport
public boolean toExport(JRGenericPrintElement element)
Deprecated.Always exports.- Specified by:
toExportin interfaceGenericElementHandler- Parameters:
element- the element- Returns:
- whether the element is to be exported or skipped
-
getHtmlFragment
public String getHtmlFragment(JRHtmlExporterContext exporterContext, JRGenericPrintElement element)
Deprecated.Outputs an HTML fragment that embeds a Flash movie.- Specified by:
getHtmlFragmentin interfaceGenericElementHtmlHandlerelement- the generic print element- Returns:
- the HTML fragment that represents the exported element
- See Also:
FlashPrintElement.PARAMETER_SWF_URL,FlashPrintElement.PARAMETER_FLASH_VAR_PREFIX
-
-