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
Modifier and TypeMethodDescriptionboolean
cacheCustomCSS
(String url) Caches the custom CSS URL.int
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 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.
cacheCustomCSS
Caches the custom CSS URL.- Parameters:
url
- The URL of the Custom CSS.- Returns:
- Flag indicating the URL is already cached on the client side.