Details |
Last modification |
View Log
| RSS feed
| Rev |
Author |
Line No. |
Line |
| 3 |
liveuser |
1 |
<?xml version="1.0" encoding="UTF-8" ?>
|
|
|
2 |
|
|
|
3 |
<routes xmlns="http://symfony.com/schema/routing"
|
|
|
4 |
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
5 |
xsi:schemaLocation="http://symfony.com/schema/routing http://symfony.com/schema/routing/routing-1.0.xsd">
|
|
|
6 |
|
|
|
7 |
<import resource="validpattern.xml" prefix="/{foo}" host="">
|
|
|
8 |
<default key="foo">123</default>
|
|
|
9 |
<requirement key="foo">\d+</requirement>
|
|
|
10 |
<option key="foo">bar</option>
|
|
|
11 |
<condition>context.getMethod() == "POST"</condition>
|
|
|
12 |
</import>
|
|
|
13 |
</routes>
|