Uploaded image for project: 'Magnolia'
  1. Magnolia
  2. MAGNOLIA-6039

Implement FragmentDefinition on RenderableDefinition

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Fixed
    • Icon: Neutral Neutral
    • 5.4
    • None
    • rendering
    • None

      We need to know if an component/area/... is dynamic. The Default implementation StaticFragmentDefinition marks a content as non-dynamic. DynamicFragmentDefinition is part of advanced-cache, see MGNLADVCACHE-37.
      The reasons to be part of RenderableDefinition and not a custom one:

      • One would need to create custom:
        • AreaDefinition (for areas)
        • TemplateDefinition (for components)
        • do the same for all custom definitions e.g. from STK
        • customers would need to do the same for their custom definitions
      • To prevent casting in rendering.

        Acceptance criteria

              rkovarik Roman Kovařík
              rkovarik Roman Kovařík
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved:

                  Task DoD