Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added rating macro
Wiki Markup
{rate}
{status:draft|?}Discussion points about rendering context. {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?
* 

...

Status

...

  • 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

...

redirect()/redirect()

...


* setExceptionHandler()