All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.nakedobjects.runtime.imageloader.TemplateImageLoader Maven / Gradle / Ivy

package org.nakedobjects.runtime.imageloader;

import org.nakedobjects.metamodel.commons.component.ApplicationScopedComponent;


/**
 * This interface defines how template images are found by name.
 */
public interface TemplateImageLoader extends ApplicationScopedComponent {
    
    TemplateImage getTemplateImage(final String name);
}

// Copyright (c) Naked Objects Group Ltd.




© 2015 - 2025 Weber Informatics LLC | Privacy Policy