org.jboss.seam.exception.control.example.jaxrs.resource
Class BookResource
java.lang.Object
org.jboss.seam.exception.control.example.jaxrs.resource.BookResource
@ValidateRequest
public class BookResource
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BookResource
public BookResource()
getAllAuthors
public List<Book> getAllAuthors()
getBookById
public Book getBookById(Long bookId)
Copyright © 2010 Seam Framework. All Rights Reserved.