Class OBFLDynamicContent

    • Method Detail

      • render

        public String render()
        Description copied from interface: DynamicContent
        Renders the content without supplying any variables.
        Specified by:
        render in interface DynamicContent
        Returns:
        returns the evaluation result
      • render

        public String render​(Context context)
        Description copied from interface: DynamicContent

        Renders the content in the supplied context.

        Specified by:
        render in interface DynamicContent
        Parameters:
        context - the context
        Returns:
        returns the evaluation result