Class IntegrationRestController

java.lang.Object
org.bremersee.pagebuilder.integration.components.IntegrationRestController

@RestController public class IntegrationRestController extends Object
The integration rest controller.
Author:
Christian Bremer
  • Constructor Details

    • IntegrationRestController

      public IntegrationRestController()
  • Method Details

    • getCommonPage

      @GetMapping(path="/common-page", produces={"application/json","application/xml"}) public org.springframework.http.ResponseEntity<CommonPageDto> getCommonPage()
      Gets common page.
      Returns:
      the common page
    • getAddressPage

      @GetMapping(path="/address-page", produces="application/json") public org.springframework.http.ResponseEntity<AddressPage> getAddressPage()
      Gets address page.
      Returns:
      the address page
    • getAnimalPage

      @GetMapping(path="/animal-page", produces={"application/json","application/xml"}) public org.springframework.http.ResponseEntity<AnimalPage> getAnimalPage()
      Gets animal page.
      Returns:
      the animal page