org.jboss.seam.rest.example.tasks.noxml
Class CustomExceptionMappingConfiguration

java.lang.Object
  extended by org.jboss.seam.rest.SeamRestConfiguration
      extended by org.jboss.seam.rest.example.tasks.noxml.CustomExceptionMappingConfiguration

@Alternative
@ExceptionMapping.List(value={,})
public class CustomExceptionMappingConfiguration
extends SeamRestConfiguration

This is a configuration for Seam REST exception mapping. Activate this alternative if the XML configuration cannot be used.

Author:
Jozef Hartinger

Constructor Summary
CustomExceptionMappingConfiguration()
           
 
Method Summary
 
Methods inherited from class org.jboss.seam.rest.SeamRestConfiguration
addMapping, getMappings, getPreferedTemplatingProvider, setMappings, setPreferedTemplatingProvider
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomExceptionMappingConfiguration

public CustomExceptionMappingConfiguration()


Copyright © 2011 Seam Framework. All Rights Reserved.