Package de.codecentric.moviedatabase.controller

Examples of de.codecentric.moviedatabase.controller.HtmlPartialTagController


    return new HtmlPartialMovieController(serviceConfiguration.movieService(), controllerLinkBuilderFactory(), tagResourceAssembler(), movieResourceAssembler());
  }
 
  @Bean
  public HtmlPartialTagController htmlPartialTagController() {
    return new HtmlPartialTagController(serviceConfiguration.movieService(), tagResourceAssembler());
  }
View Full Code Here

TOP

Related Classes of de.codecentric.moviedatabase.controller.HtmlPartialTagController

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.