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

java.lang.Object
  extended by org.skyscreamer.yoga.demo.test.controller.AbstractController<Album>
      extended by org.skyscreamer.yoga.demo.test.controller.AlbumController

@Controller
@RequestMapping(value="/album")
public class AlbumController
extends AbstractController<Album>

Created by IntelliJ IDEA. User: Carter Page Date: 4/19/11 Time: 6:06 PM


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

Constructor Detail

AlbumController

public AlbumController()


Copyright © 2012. All Rights Reserved.