info.aduna.gee.spectacle.gee
Interface EntryRenderer

All Known Implementing Classes:
TemplateEntryRenderer

public interface EntryRenderer

EntryRenderer provides a high level interface for objects that provide a way to render an Entity as a publication Entry.


Method Summary
 void render(Entity entity, Channel channel)
          Render the specified entity in the specified Channel, i.e.
 

Method Detail

render

void render(Entity entity,
            Channel channel)
            throws ChannelException
Render the specified entity in the specified Channel, i.e. add it as a publication Entry.

Parameters:
entity - The Entity to render.
channel - The Channel to render the Entity in.
Throws:
ChannelException - if something goes wrong adding the rendered entity (i.e. the Entry) to the Channel.


Copyright © 1997-2008 Aduna. All Rights Reserved.