org.tm4j.panckoucke.render .HttpRenderer

Description

This interfaces defines Methods for Renderers creating output for an HTTP environment

Interfaces

Method Summary
java.lang.String getContent()
java.lang.String getContentMimeType()
Returns the Mime Type of the created content
void renderForDataDisplay()
This method sets the renderer back to normal uri creation (using uris from the AMMember objects)
void renderForNavigation(java.lang.String uriTemplate)
After calling this method, the renderer creates uri´s based on the uriTemplate by appending the id of the TopicMapObject instead of using uri´s of the AMMember objects.

Related Topics