Uses of Interface
se.idsec.signservice.integration.core.ContentLoader
Packages that use ContentLoader
Package
Description
Core and utility interfaces and classes for the SignService Integration API.
-
Uses of ContentLoader in se.idsec.signservice.integration.core
Classes in se.idsec.signservice.integration.core that implement ContentLoaderModifier and TypeClassDescriptionclass
A singleton to be used internally for loading resources.class
AContentLoader
that is used to load file resource contents.Methods in se.idsec.signservice.integration.core that return ContentLoaderModifier and TypeMethodDescriptionstatic ContentLoader
ContentLoaderSingleton.getInstance()
Gets the singleton instance of the global content loader.Methods in se.idsec.signservice.integration.core with parameters of type ContentLoaderModifier and TypeMethodDescriptionvoid
ContentLoaderSingleton.setContentLoader
(ContentLoader loader) If the globalContentLoader
should be something else thanDefaultContentLoader
this method should be used to assign this.