<templates>
<template name="home" file="/jsp/home.jsp" class="com.tgpimports.template.HomeView" />
<template name="story" file="/jsp/company.jsp" class="com.tgpimports.template.CompanyView" >
<param name="story" type="Story" required="yes" cardinality="1">Story</param>
</template>
<template name="distributors" file="/jsp/distributors.jsp" class="com.tgpimports.template.DistributorsView" />
<template name="map" file="/jsp/map.jsp" class="com.tgpimports.template.MapView" />
<template name="search" file="/jsp/search.jsp" class="com.tgpimports.template.SearchView" >
<param name="type" type="string" restrictions="keyword,red,white,10">The type of search</param>
<param name="keyword" type="string">The keyword</param>
<param name="region" type="string" restrictions="all,Adelaide Hills,Barossa,Clare Valley,Coonawarra,Eden Valley,Heathcote,Kangaroo Island,Langhorne Creek,Limestone Coast,McLaren Vale,Riverland">The region</param>
</template>
<template name="vineyard" file="/jsp/vineyard.jsp" class="com.tgpimports.template.VineyardView">
<param name="vineyard" type="Vineyard" required="yes" cardinality="1">Vineyard</param>
</template>
<template name="wine" file="/jsp/wine.jsp" class="com.tgpimports.template.WineView">
<param name="wine" type="Wine" required="yes" cardinality="1">Wine</param>
</template>
<template name="press" file="/jsp/press.jsp" class="com.tgpimports.template.PressView" >
<param name="press" type="Press" required="yes" cardinality="1">Press</param>
</template>
</templates>
Colorized by: CarlosAg.CodeColorizer