[TYPO3-mvc] Manually dispatching a request and calling an action controller inside an extbase called action controller

Sebastian Kurfürst sebastian at typo3.org
Mon Feb 8 14:45:57 CET 2010


Hey Masi,

then, you find the relevant code inside TemplateView:
https://svn.typo3.org/TYPO3v4/CoreProjects/MVC/fluid/trunk/Classes/View/TemplateView.php

Especially in the method "buildRenderingContext", the
ObjectAccessorPostProcessor is built, which takes care of the
HTMLSpecialChars.

I should still add that Karsten has recently completely changed the way
this feature works, so he basically added syntax tree transformations on
template parsing time - so modifying the ObjectAccessorPostProcessor is
not really future-proof (and it is non-public API).

Hope this helps a bit :)

Greets,
Sebastian


More information about the TYPO3-project-typo3v4mvc mailing list