Uses of Class
org.jboss.resteasy.annotations.Decorator

Packages that use Decorator
org.jboss.resteasy.annotations.providers.jaxb   
org.jboss.resteasy.links   
 

Uses of Decorator in org.jboss.resteasy.annotations.providers.jaxb
 

Classes in org.jboss.resteasy.annotations.providers.jaxb with annotations of type Decorator
 interface Formatted
          Format XML output with indentations and newlines

This is a JAXB Decorator

 interface Stylesheet
          Specifies an XML stylesheet header

e.g.

 interface XmlHeader
          Sets an XML header for the returned document.
 

Uses of Decorator in org.jboss.resteasy.links
 

Classes in org.jboss.resteasy.links with annotations of type Decorator
 interface AddLinks
          Use on any JAX-RS method if you want RESTEasy to inject the RESTServiceDiscovery to every entity in the response.
 



Copyright © 2010. All Rights Reserved.