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 TypeClassDescriptionclassA singleton to be used internally for loading resources.classAContentLoaderthat is used to load file resource contents.Methods in se.idsec.signservice.integration.core that return ContentLoaderModifier and TypeMethodDescriptionstatic ContentLoaderContentLoaderSingleton.getInstance()Gets the singleton instance of the global content loader.Methods in se.idsec.signservice.integration.core with parameters of type ContentLoaderModifier and TypeMethodDescriptionvoidContentLoaderSingleton.setContentLoader(ContentLoader loader) If the globalContentLoadershould be something else thanDefaultContentLoaderthis method should be used to assign this.