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

com.github.osvaldopina.linkbuilder.methodtemplate.uridiscover.requestparts.RequestPartsFactory Maven / Gradle / Ivy

There is a newer version: 0.3.0
Show newest version
package com.github.osvaldopina.linkbuilder.methodtemplate.uridiscover.requestparts;

import com.github.osvaldopina.linkbuilder.methodtemplate.uridiscover.requestparts.impl.ChainedRequestParts;

import javax.servlet.http.HttpServletRequest;

public interface RequestPartsFactory {

    ChainedRequestParts create(HttpServletRequest request);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy