static IPluginFormElementTemplateLoader |
DefaultFormElementTemplateLoader.classPath(Class<?> classPath) |
Creates a loader that loads icons and the persist JSON from the class path, using the given class path loader.
|
static IPluginFormElementTemplateLoader |
DefaultFormElementTemplateLoader.classPath(ClassLoader classPath) |
Creates a loader that loads icons and the persist JSON from the class path, using the given class path loader.
|
static IPluginFormElementTemplateLoader |
DefaultFormElementTemplateLoader.custom(IThrowingFunction<URI,InputStream> persistJsonLoader,
IThrowingFunction<URI,InputStream> iconLoader) |
Creates a custom loader that uses the given loader functions.
|
static IPluginFormElementTemplateLoader |
DefaultFormElementTemplateLoader.map(Map<URI,String> persistJsonMap,
Map<URI,byte[]> iconMap) |
Creates a loader for static in-memory resources from the given maps.
|
static IPluginFormElementTemplateLoader |
DefaultFormElementTemplateLoader.mapBase64(Map<URI,String> persistJsonMap,
Map<URI,String> iconMap) |
Creates a loader for static in-memory resources from the given maps.
|
static IPluginFormElementTemplateLoader |
DefaultFormElementTemplateLoader.url() |
Creates a loader that converts the URIs to URLs and reads the data from the URL.
|