Uses of Class
com.iizix.prop.PreloadClientCacheResource
Packages that use PreloadClientCacheResource Package Description com.iizix.prop com.iizix.prop.font com.iizix.server.app Uses of PreloadClientCacheResource in com.iizix.prop
Fields in com.iizix.prop declared as PreloadClientCacheResource Modifier and Type Field Description static PreloadClientCacheResource[]
PreloadClientCacheResource. EMPTY
An empty array of resources.Methods in com.iizix.prop that return PreloadClientCacheResource Modifier and Type Method Description PreloadClientCacheResource[]
IClientCachePreload. getPreloadClientCacheResources(IClientSessionGyro clientGyro)
Returns the list of resources that are required on the client side in the preload-to-cache mechanism.Uses of PreloadClientCacheResource in com.iizix.prop.font
Subclasses of PreloadClientCacheResource in com.iizix.prop.font Modifier and Type Class Description class
FontFilePreloadClientCacheResource
Class holding information for a single Asset resource that should be preloaded to the client cache when the application starts.Methods in com.iizix.prop.font that return PreloadClientCacheResource Modifier and Type Method Description PreloadClientCacheResource[]
FontFile. getPreloadClientCacheResources()
Gets the cached instance of the PreloadClientCacheResource's of the font resource.PreloadClientCacheResource[]
FontFiles. getPreloadClientCacheResources(IClientSessionGyro clientGyro)
Returns the list of resources that are required on the client side in the preload-to-cache mechanism.Uses of PreloadClientCacheResource in com.iizix.server.app
Methods in com.iizix.server.app that return types with arguments of type PreloadClientCacheResource Modifier and Type Method Description java.util.List<PreloadClientCacheResource>
AppFactory. getPreloadClientCacheResources(ClientSessionGyro clientGyro)
Gets the resources that are required to be downloaded to the client if not present or outdated.