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

com.github.rauberprojects.client.action.url.UrlFactory Maven / Gradle / Ivy

package com.github.rauberprojects.client.action.url;

import com.github.rauberprojects.client.model.Data;
import com.github.rauberprojects.client.action.context.ActionContext;

/**
 * Extract the URL from the given {@link Data} element.
 * @param  A type capable of representing an URL of the used application protocol.
 */
public interface UrlFactory {

    T create(ActionContext actionContext);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy