org.jboss.seam.exception.control.example.jaxrs.handler
Class ExceptionResponseMappings

java.lang.Object
  extended by org.jboss.seam.exception.control.example.jaxrs.handler.ExceptionResponseMappings

@ApplicationScoped
public class ExceptionResponseMappings
extends Object


Constructor Summary
ExceptionResponseMappings()
           
 
Method Summary
 List<ExceptionResponse> getMappings()
           
 void setMappings(List<ExceptionResponse> mappings)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExceptionResponseMappings

public ExceptionResponseMappings()
Method Detail

getMappings

public List<ExceptionResponse> getMappings()

setMappings

public void setMappings(List<ExceptionResponse> mappings)


Copyright © 2010 Seam Framework. All Rights Reserved.