Class: WCC::Contentful::ActionViewRichTextRenderer
- Inherits:
-
RichTextRenderer
- Object
- RichTextRenderer
- WCC::Contentful::ActionViewRichTextRenderer
- Includes:
- ActionView::Context, ActionView::Helpers::TagHelper, ActionView::Helpers::TextHelper
- Defined in:
- lib/wcc/contentful/action_view_rich_text_renderer.rb
Overview
An implementation of the RichTextRenderer that uses ActionView helpers to implement content_tag and concat.
Constant Summary
Constants inherited from RichTextRenderer
RichTextRenderer::DEFAULT_MARKS
Instance Attribute Summary
Attributes inherited from RichTextRenderer
#configuration, #document, #model_namespace, #store
Method Summary
Methods inherited from RichTextRenderer
call, #call, #initialize, #render, #render_asset_hyperlink, #render_blockquote, #render_content, #render_embedded_asset_block, #render_embedded_entry_block, #render_embedded_entry_inline, #render_entry_hyperlink, #render_heading, #render_hr, #render_hyperlink, #render_list_item, #render_mark, #render_node, #render_ordered_list, #render_paragraph, #render_table, #render_table_cell, #render_table_cell_content, #render_table_header, #render_table_header_cell, #render_table_row, #render_text, #render_unordered_list
Constructor Details
This class inherits a constructor from WCC::Contentful::RichTextRenderer