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