Class PdfferWebControllerProps

java.lang.Object
org.nekosoft.pdffer.props.PdfferWebControllerProps

@ConfigurationProperties(prefix="pdffer.web.controller") @ConstructorBinding public class PdfferWebControllerProps extends Object
A Property POJO that reflects the configuration of the web controller.
  • Constructor Details

    • PdfferWebControllerProps

      public PdfferWebControllerProps(String baseUri, String downloadUri, String saveUri)
      Instantiates a new PDFfer web controller props.
      Parameters:
      baseUri - the base URL of the controller
      downloadUri - the download URL of the controller
      saveUri - the save URL of the controller
  • Method Details

    • getBaseUri

      public String getBaseUri()
      Gets the base URL for the controller.
      Returns:
      base URL
    • getDownloadUri

      public String getDownloadUri()
      Gets the URL for the download endpoint of the controller.
      Returns:
      the download URL
    • getSaveUri

      public String getSaveUri()
      Gets the URL for the save endpoint of the controller.
      Returns:
      the save URL