org.jboss.resteasy.plugins.providers.jaxb
Class StylesheetProcessor

java.lang.Object
  extended by org.jboss.resteasy.plugins.providers.jaxb.StylesheetProcessor
All Implemented Interfaces:
DecoratorProcessor<Marshaller,Stylesheet>

public class StylesheetProcessor
extends Object
implements DecoratorProcessor<Marshaller,Stylesheet>

Version:
$Revision: 1 $
Author:
Bill Burke

Constructor Summary
StylesheetProcessor()
           
 
Method Summary
 Marshaller decorate(Marshaller target, Stylesheet annotation, Class type, Annotation[] annotations, MediaType mediaType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StylesheetProcessor

public StylesheetProcessor()
Method Detail

decorate

public Marshaller decorate(Marshaller target,
                           Stylesheet annotation,
                           Class type,
                           Annotation[] annotations,
                           MediaType mediaType)
Specified by:
decorate in interface DecoratorProcessor<Marshaller,Stylesheet>
Parameters:
target - i.e. a Marshaller instance
annotation - the annotation that triggered the decorator
Returns:
should never return null


Copyright © 2012. All Rights Reserved.