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">



<routes> Root element

The routes element is the root of the deployment descriptor for a set of Liferay friendly URL mapper routes.

<routes>'s children
NameCardinality
routeAny number
Element's model:

(route*)


<route> Child of routes

The route element contains information on a single route.

<route>'s children
NameCardinality
default-parameterAny number
patternOnly one
Element's model:

(pattern, default-parameter*)


<pattern> Child of route

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
NameValuesDefault
name

@name Attribute of default-parameter

The name attribute specifies the name of the default URL parameter.

Required