org.jboss.seam.rest.example.tasks
Class UriInfoProducer
java.lang.Object
org.jboss.seam.rest.example.tasks.UriInfoProducer
- All Implemented Interfaces:
- ExceptionMapper<UriInfoProducer.FooException>
@ApplicationScoped
@Provider
public class UriInfoProducer
- extends Object
- implements ExceptionMapper<UriInfoProducer.FooException>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UriInfoProducer
public UriInfoProducer()
setUriInfo
@Context
public void setUriInfo(UriInfo uriInfo)
toResponse
public Response toResponse(UriInfoProducer.FooException exception)
- Specified by:
toResponse in interface ExceptionMapper<UriInfoProducer.FooException>
Copyright © 2011 Seam Framework. All Rights Reserved.