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

com.google.sitebricks.rendering.resource.ResourcesService Maven / Gradle / Ivy

The newest version!
package com.google.sitebricks.rendering.resource;

import com.google.inject.ImplementedBy;
import com.google.sitebricks.Respond;
import com.google.sitebricks.Export;

/**
 * @author Dhanji R. Prasanna (dhanji@gmail com)
 */
@ImplementedBy(ClasspathResourcesService.class)
public interface ResourcesService {
    void add(Class clazz, Export export);

    Respond serve(String uri);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy