[Flow] Routing Parameters before Action Name
David Sporer
david.sporer at gmail.com
Mon Jan 6 14:06:35 CET 2014
Sorry the Formatting was messed up.
Hopefully it works this time...
For Example this could look like this:
https://myurl.com/{parameter1}/{parameter2}/{@action}/{parameter3}/{parameter4}
Is something like this possible?
-
name: 'Test Route'
uriPattern:
'{parameter1}/{parameter2}/{@action}/{parameter3}/{parameter4}'
defaults:
'@package': 'My.Test'
'@controller': 'RestTest'
2014/1/6 David Sporer <david.sporer at gmail.com>
> Hi,
> I have a question about Routing.I need to create a Route that contains
> several parameters followed by the Action name.(Rest Controller to
> accomplish Apple Push Notifications).For Example an URL could look like
> this:
> https://myurl.com/sub/{parameter1}/{parameter2}/{@action}/{parameter3}/{parameter4}
> Is something like this possible?- name: 'Test Route' uriPattern:
> 'sub/{parameter1}/{parameter2}/{@action}/{parameter3}/{parameter4}'
> defaults: '@package': 'My.Test' '@controller': 'RestTest'
> Best regardsDavid
> _______________________________________________
> Flow mailing list
> Flow at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/flow
>
More information about the Flow
mailing list