Interface ContentRenderingInstructionsProvider

All Known Implementing Classes:
AttachmentBlockContentRenderingInstructionsProvider, DescriptionBlockContentRenderingInstructionsProvider

public interface ContentRenderingInstructionsProvider
Provides web component rendering instructions based on the current context.
  • Method Details

    • getInstruction

      ContentRenderingInstruction getInstruction(Map<String,Object> context)
      Provides web component rendering instructions based on the current context. The context is the same which would be passed to the web component context provider during this rendering cycle.
      Parameters:
      context - rendering context
      Returns:
      web component rendering instruction