org.jboss.seam.rest.examples.tasks
Class UriInfoProducer
java.lang.Object
org.jboss.seam.rest.examples.tasks.UriInfoProducer
- All Implemented Interfaces:
- javax.ws.rs.ext.ExceptionMapper<UriInfoProducer.FooException>
@ApplicationScoped
@Provider
public class UriInfoProducer
- extends Object
- implements javax.ws.rs.ext.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(javax.ws.rs.core.UriInfo uriInfo)
toResponse
public javax.ws.rs.core.Response toResponse(UriInfoProducer.FooException exception)
- Specified by:
toResponse in interface javax.ws.rs.ext.ExceptionMapper<UriInfoProducer.FooException>
Copyright © 2011 Seam Framework. All Rights Reserved.