de.smartics.resteasy.hypermedia.renderer
Interface RepresentationRenderer<T>

Package class diagram package RepresentationRenderer
Type Parameters:
T - the type of the resource the renderer is rendering representations for.

public interface RepresentationRenderer<T>

Renders representation of resources.

The implementation requires means to get access to the instance of ResourceContext. This is usually set by the AbstractRepresentationBodyWriter via a constructor call or some form of post construction ceremony.


Method Summary
 void render()
          Renders the representation.
 

Method Detail

render

void render()
Renders the representation.



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