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

com.github.mati1979.play.soyplugin.global.runtime.RuntimeDataResolver Maven / Gradle / Ivy

There is a newer version: 0.1.18
Show newest version
package com.github.mati1979.play.soyplugin.global.runtime;

import com.google.template.soy.data.SoyMapData;
import play.mvc.Http;

import java.util.Map;

/**
 * Created with IntelliJ IDEA.
 * User: mati
 * Date: 01/11/2013
 * Time: 16:29
 */
public interface RuntimeDataResolver {

    void resolveData(Http.Request request, Http.Response response, Map model, SoyMapData root);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy