Interface IPreRenderContextCustomizer


public interface IPreRenderContextCustomizer
Interface for customizing pre-rendering contexts.
Author:
Philip Helger
  • Method Details

    • customizePreRenderContext

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