Class RenderContext

java.lang.Object
de.hsh.graja.util.comment.RenderContext
All Implemented Interfaces:
Serializable, Iterable<Class<? extends Content>>

public class RenderContext extends Object implements Iterable<Class<? extends Content>>, Serializable
A render context holds data about subclasses of Content that have been rendered. This information is used by {@link Content#renderHtml(StringBuilder, IncludeInfo, RenderContext, boolean))} to include certain javascript only once in the rendered output.
See Also:
  • Constructor Details

    • RenderContext

      public RenderContext(String namespace)
  • Method Details