Package net.sf.jasperreports.engine.util
Class FlashUtils
- java.lang.Object
-
- net.sf.jasperreports.engine.util.FlashUtils
-
public class FlashUtils extends java.lang.ObjectDeprecated.To be removed.Utility methods related to Flash objects.- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
-
Constructor Summary
Constructors Constructor Description FlashUtils()Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static java.lang.StringencodeFlashVariable(java.lang.String text)Deprecated.Encodes a text used as Flash variable.static java.lang.StringgetAllowScriptAccess(JRExporterContext context, JRGenericPrintElement element)Deprecated.Determines the allowScriptAccess parameter for a Flash element.
-
-
-
Method Detail
-
encodeFlashVariable
public static java.lang.String encodeFlashVariable(java.lang.String text)
Deprecated.Encodes a text used as Flash variable.- Parameters:
text- the text to encode- Returns:
- the encoded text
-
getAllowScriptAccess
public static java.lang.String getAllowScriptAccess(JRExporterContext context, JRGenericPrintElement element)
Deprecated.Determines the allowScriptAccess parameter for a Flash element.- Parameters:
context-element-- Returns:
- the value of the allowScriptAccess parameter to use for the element
- See Also:
FlashPrintElement.PROPERTY_ALLOW_SCRIPT_ACCESS
-
-