org.jboss.seam.exception.control.example.jaxrs.resource
Class AuthorResource

java.lang.Object
  extended by org.jboss.seam.exception.control.example.jaxrs.resource.AuthorResource

public class AuthorResource
extends Object


Constructor Summary
AuthorResource()
           
 
Method Summary
 List<Author> getAllAuthors()
           
 Author getAuthorById(Long authorId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthorResource

public AuthorResource()
Method Detail

getAllAuthors

public List<Author> getAllAuthors()

getAuthorById

public Author getAuthorById(Long authorId)


Copyright © 2010 Seam Framework. All Rights Reserved.