de.smartics.properties.admin.resources.representation.html
Class PropertyDescriptorsHtmlRepresentationBodyWriter

Package class diagram package PropertyDescriptorsHtmlRepresentationBodyWriter
java.lang.Object
  extended by de.smartics.resteasy.hypermedia.renderer.AbstractRepresentationBodyWriter<PropertyDescriptors>
      extended by de.smartics.properties.admin.resources.representation.html.PropertyDescriptorsHtmlRepresentationBodyWriter
All Implemented Interfaces:
javax.ws.rs.ext.MessageBodyWriter< PropertyDescriptors>

@Provider
@Consumes(value="text/html")
public class PropertyDescriptorsHtmlRepresentationBodyWriter
     
     
extends de.smartics.resteasy.hypermedia.renderer.AbstractRepresentationBodyWriter< PropertyDescriptors>

Maps domain objects of type PropertyDescriptors to their HTML representation builders.


Constructor Summary
PropertyDescriptorsHtmlRepresentationBodyWriter()
           
 
Method Summary
protected  de.smartics.resteasy.hypermedia.renderer.RepresentationRenderer<PropertyDescriptors> create(de.smartics.resteasy.hypermedia.renderer.ResourceContext context, PropertyDescriptors domainObject, OutputStream entityStream)
           
 de.smartics.resteasy.hypermedia.renderer.I18nProvider getI18nProvider()
           
 boolean isWriteable(Class<?> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType)
           
 
Methods inherited from class de.smartics.resteasy.hypermedia.renderer.AbstractRepresentationBodyWriter
getSize, writeTo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyDescriptorsHtmlRepresentationBodyWriter

public PropertyDescriptorsHtmlRepresentationBodyWriter()
Method Detail

getI18nProvider

public de.smartics.resteasy.hypermedia.renderer.I18nProvider getI18nProvider()
Specified by:
getI18nProvider in class de.smartics.resteasy.hypermedia.renderer.AbstractRepresentationBodyWriter<PropertyDescriptors>

isWriteable

public boolean isWriteable(Class<?> type,
                           Type genericType,
                           Annotation[] annotations,
                           javax.ws.rs.core.MediaType mediaType)

create

protected de.smartics.resteasy.hypermedia.renderer.RepresentationRenderer<PropertyDescriptors> create(de.smartics.resteasy.hypermedia.renderer.ResourceContext context,
                                                                                                      PropertyDescriptors domainObject,
                                                                                                      OutputStream entityStream)
Specified by:
create in class de.smartics.resteasy.hypermedia.renderer.AbstractRepresentationBodyWriter<PropertyDescriptors>


Copyright © 2013 Kronseder & Reiner GmbH - smartics. All Rights Reserved.