| An example for parameterized transformers. The Google highlighter transformers have a REQUEST
parameter, which are used to explore the 'Referer' HTTP header and highlight the google search
words.
This can be used in taglib e.g. by <mm:content postprocessor="google" expires="0" />
Because you need expires=0, you need be reluctant to use this, because this means that your page
cannot be cached in front-proxies. Perhaps it is better to find some client-side solution.
It produces instances of extensions of
RegexpReplacer author: Michiel Meeuwissen since: MMBase-1.8 |