Package de.codecentric.moviedatabase.controller

Examples of de.codecentric.moviedatabase.controller.HtmlPartialMovieController


    return new HtmlMovieController(serviceConfiguration.movieService(), controllerLinkBuilderFactory(), tagResourceAssembler(), movieResourceAssembler());
  }

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

TOP

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

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.