Interface DynamicContent

  • All Known Implementing Classes:
    OBFLDynamicContent

    public interface DynamicContent
    Provides an interface for dynamic text, in other words content that may change between renderings.
    • Method Detail

      • render

        String render()
        Renders the content without supplying any variables.
        Returns:
        returns the evaluation result
      • render

        String render​(Context context)

        Renders the content in the supplied context.

        Parameters:
        context - the context
        Returns:
        returns the evaluation result