What does 'anchor' means for you ?
This redirection will be applied AFTER a task execution.
First array of parameters
[0] => if the result is FALSE
[1] => if the result is TRUE
Second array of parameters
Define the vars you want in the url.
If you want to use this redirector, you must create a function in the controller catching a task.
Are you really sure to do that ?
If you need a simple link using SEO, you can do it with JDom:
html.link
using 'route' parameter containing associatives values :
'route' => array(
'option' => 'mycomponent',
'view' => 'myview',
'..' => '..'
);
Hope it helps.