Interface InfoEditURLProvider<T>


public interface InfoEditURLProvider<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    getURL(T t, jakarta.servlet.http.HttpServletRequest httpServletRequest)
     
  • Method Details

    • getURL

      String getURL(T t, jakarta.servlet.http.HttpServletRequest httpServletRequest) throws Exception
      Throws:
      Exception