Package com.iizix.prop
Interface IPropMgrInfoProvider
- All Superinterfaces:
IKStringInfoProvider
- All Known Implementing Classes:
AppFactory
,PropMgrInfoProviderAdapter
Interface implemented by the information provider in the Property Manager.
- Author:
- Christopher Mindus
Method Summary
Methods inherited from interface com.iizix.text.IKStringInfoProvider
doAddReference, getDPR, getHTTPServer, getImageTarget, getResolveReferenceProperty, getResourcePrefix, getTargetLanguageCode, installFont, installFonts, installFonts, shouldResolve
Method Details
cacheSVG
Adds the SVG image information as being sent to the client.- Parameters:
svgString
- The SVG string.- Returns:
- The cached index value for the SVG string. A negative value indicates that it needs sending to the client, whereas a positive means only the index is required to be sent. A return value of zero is an error and means not to send it to client at all.