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

core.dynamic.resources.IDynamicRequestGET Maven / Gradle / Ivy

Go to download

Epikos is a Rest Serivce framework which can be extend to develop any other Rest API/Services. For more detail please checkout github (https://github.com/epikosrest/epikos.git)

There is a newer version: 0.0.7.8.1
Show newest version
package core.dynamic.resources;

import javax.ws.rs.container.ContainerRequestContext;
import javax.ws.rs.core.MultivaluedMap;

/**
 * Created by nitina on 5/17/16.
 */
public interface IDynamicRequestGET {
    public MultivaluedMap getPathParams();
    public ContainerRequestContext getRequestContext();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy