Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

Status
draft
draft
1?
Discussion points about rendering context. NEEDS REVIEW
Status

Rationale:

  • today renderers can't stream binaries (images, pdf, ..): MAGNOLIA-3014@jira
  • the links are not always rendered the same way
    • mails: use full links including the domain
    • integration into other sites: portlets, ajax, ...

Goal

  • uncouple the rendering and request processing
  • possibility to streaming binaries (jsp)

Implementation

  • interface
    • getLinkTransformer()
    • getWriter()
    • getOutputStream()

Outlook

...

  • parameters/attributes?
  • redirect()/redirect()

...

  • setExceptionHandler()