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

org.molgenis.api.data.ServletUriComponentsBuilderFactory Maven / Gradle / Ivy

There is a newer version: 8.4.5
Show newest version
package org.molgenis.api.data;

import org.springframework.stereotype.Component;
import org.springframework.web.servlet.support.ServletUriComponentsBuilder;

/*
 * Wrapper around static spring framework builder to make it injectable
 */
@Component
public class ServletUriComponentsBuilderFactory {
  public ServletUriComponentsBuilder fromCurrentRequest() {
    return ServletUriComponentsBuilder.fromCurrentRequest();
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy