Package net.sf.jasperreports.castor.util
Class CastorUtil
java.lang.Object
net.sf.jasperreports.castor.util.CastorUtil
Deprecated.
To be removed.
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic CastorUtilgetInstance(JasperReportsContext jasperReportsContext) Deprecated.protected List<CastorMapping> getMappings(String version) Deprecated.protected StringgetVersion(CastorMapping castorMapping) Deprecated.getXmlContextCache(String contextCacheKey) Deprecated.protected booleanisEligversionible(CastorMapping castorMapping, String targetVersion) Deprecated.read(InputStream is) Deprecated.static Objectread(JasperReportsContext jasperReportsContext, InputStream is) Deprecated.To be removed.voidwrite(Object object, OutputStream output) Deprecated.voidDeprecated.voidwriteToFile(Object object, String filename) Deprecated.writeToString(Object object) Deprecated.
-
Field Details
-
EXCEPTION_MESSAGE_KEY_MAPPINGS_LOADING_ERROR
Deprecated.- See Also:
-
-
Method Details
-
getInstance
Deprecated. -
read
Deprecated.To be removed.Convenience method called from main JasperReports library through reflection. -
getXmlContextCache
Deprecated. -
getMappings
Deprecated. -
isEligversionible
Deprecated. -
getVersion
Deprecated. -
read
Deprecated. -
writeToString
Deprecated. -
writeToFile
Deprecated. -
write
Deprecated. -
write
Deprecated.
-