Package com.iizix.prop
Interface IPropMgrInfoProvider
- All Superinterfaces:
- IKStringInfoProvider
 - All Known Implementing Classes:
- AppFactory,- PropMgrInfoProviderAdapter
 - public interface IPropMgrInfoProvider extends IKStringInfoProvider Interface implemented by the information provider in the Property Manager.- Author:
- Christopher Mindus
 
- Method Summary- All Methods Instance Methods Abstract Methods - Modifier and Type - Method - Description - int- cacheSVG(java.lang.String svgString)Adds the SVG image information as being sent to the client.- Methods inherited from interface com.iizix.text.IKStringInfoProvider- doAddReference, getDPR, getHTTPServer, getImageTarget, getResolveReferenceProperty, getResourcePrefix, getTargetLanguageCode, installFont, installFonts, installFonts, shouldResolve
 
 
- Method Detail- cacheSVG- int cacheSVG(java.lang.String svgString) 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.