org.skyscreamer.yoga.demo.test.controller
Class SongController

java.lang.Object
  extended by org.skyscreamer.yoga.demo.test.controller.AbstractController<Song>
      extended by org.skyscreamer.yoga.demo.test.controller.SongController

@Controller
@RequestMapping(value="/song")
public class SongController
extends AbstractController<Song>

Created by IntelliJ IDEA. User: Carter Page


Constructor Summary
SongController()
           
 
Method Summary
 
Methods inherited from class org.skyscreamer.yoga.demo.test.controller.AbstractController
get, notFound
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SongController

public SongController()


Copyright © 2012. All Rights Reserved.