Interface IRenderContextCustomizer


public interface IRenderContextCustomizer
Interface for customizing rendering contexts.
Author:
Philip Helger
  • Method Details

    • customizeRenderContext

      void customizeRenderContext(@Nonnull PageRenderContext aCtx)
      Customize the passed rendering context. This can e.g. be used to add placeholders.
      Parameters:
      aCtx - The rendering context to be modified.