Uses of Interface
com.jk.core.resources.JKResourceLoader
Packages that use JKResourceLoader
-
Uses of JKResourceLoader in com.jk.core.context
Methods in com.jk.core.context that return JKResourceLoaderModifier and TypeMethodDescriptionJKAbstractContext.getResourceLoader()
This method gets the resource loader for this context object.JKContext.getResourceLoader()
This method gets the resource loader for this context object. -
Uses of JKResourceLoader in com.jk.core.resources
Classes in com.jk.core.resources that implement JKResourceLoaderModifier and TypeClassDescriptionclass
This class is a default implementation of theJKResourceLoader
interface that provides methods for loading resources.Methods in com.jk.core.resources that return JKResourceLoaderModifier and TypeMethodDescriptionstatic JKResourceLoader
JKResourceLoaderFactory.getResourceLoader()
This method retrieves theJKResourceLoader
instance.Methods in com.jk.core.resources with parameters of type JKResourceLoaderModifier and TypeMethodDescriptionstatic void
JKResourceLoaderFactory.setInstance
(JKResourceLoader instance) This method sets the resource loader instance to the provided one. -
Uses of JKResourceLoader in com.jk.web.util
Classes in com.jk.web.util that implement JKResourceLoaderModifier and TypeClassDescriptionclass
This class extendsJKDefaultResourceLoader
and provides resource loading capabilities within a servlet context.