liferay-friendly-url-routes_6_0_0.dtd
: Elements - Entities - Source | Intro - Index
FRAMES / NO FRAMES
liferay-friendly-url-routes_6_0_0.dtd
This is the DTD for the Friendly URL Routes parameters for Liferay Portal.
<!DOCTYPE routes PUBLIC
"-//Liferay//DTD Friendly URL Routes 6.0.0//EN"
"http://www.liferay.com/dtd/liferay-friendly-url-routes_6_0_0.dtd">
The routes element is the root of the deployment descriptor for a set of Liferay
friendly URL mapper routes.
<routes>'s children |
|
Name | Cardinality |
|
route | Any number |
|
Element's model:(route*)
The route element contains information on a single route.
Element's model:(pattern, default-parameter*)
The pattern element specifies the pattern of the mapped friendly URL.
<default-parameter> |
Child of route
|
The default-parameter element specifies a default parameter that is not preset
in the route pattern.
<default-parameter>'s attributes |
|
Name | Values | Default |
|
name | | |
|
The name attribute specifies the name of the default URL parameter.
Required