Class ContentStoreRestController

  • All Implemented Interfaces:
    org.springframework.beans.factory.InitializingBean

    @RestController
    @RequestMapping("${crafter.core.rest.base.uri}/content_store")
    public class ContentStoreRestController
    extends RestControllerBase
    implements org.springframework.beans.factory.InitializingBean
    REST service that provides several methods to access the Crafter content store.
    Author:
    avasquez