Interface IRenderContextCustomizer


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

      • 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.