1 <?xml version=
"1.0" standalone=
"yes" encoding=
"utf-8" ?>
4 <section name=
"mvc" type=
"castle.mvc.Configuration.ConfigurationSectionHandler, castle.mvc"/>
5 <section name=
"castle" type=
"Castle.Windsor.Configuration.AppDomain.CastleSectionHandler, Castle.Windsor" />
9 <facility id=
"MVCFacility" type=
"Castle.MVC.MVCFacility, Castle.MVC" />
13 <!-- MVC components -->
15 service=
"Castle.MVC.States.IState, Castle.MVC"
16 type=
"Castle.MVC.Test.Presentation.MyApplicationState, Castle.MVC.Test.Presentation" />
18 <component id=
"navigator"
19 service=
"Castle.MVC.Navigation.INavigator, Castle.MVC"
20 type=
"Castle.MVC.Navigation.DefaultNavigator, Castle.MVC" />
21 <component id=
"viewManager"
22 service=
"Castle.MVC.Views.IViewManager, Castle.MVC"
23 type=
"Castle.MVC.Views.XmlWebViewManager, Castle.MVC" />
24 <component id=
"statePersister"
25 service=
"Castle.MVC.StatePersister.IStatePersister, Castle.MVC"
26 type=
"Castle.MVC.StatePersister.SessionPersister, Castle.MVC" />
31 <view id=
"control.id" path=
"/views/cart/cart.aspx" />
32 <view id=
"cart" path=
"/views/cart/cart.aspx" />
33 <view id=
"browsecatalog" path=
"/views/catalog/browsecatalog.aspx" />
34 <view id=
"error" path=
"/views/error.aspx" />
37 <!-- not yet implemented -->
39 <view id=
"cart" type=
"Application.WinUI.cart, Application.WinUI" />
40 <view id=
"browsecatalog" type=
"Application.WinUI.browsecatalog, Application.WinUI" />
41 <view id=
"error" type=
"Application.WinUI.error, Application.WinUI"/>
45 <command id=
"goHome" view=
"Default" />
46 <command id=
"showCategory" view=
"Category" />
47 <command id=
"showCart" view=
"Cart" />
48 <command id=
"signIn" view=
"SignIn" />
49 <command id=
"signOut" view=
"SignOut" />
50 <command id=
"editAccount" view=
"AccountEdition" />
51 <command id=
"showResult" view=
"SearchProduct" />
52 <command id=
"register" view=
"Register" />
56 <commands view=
"cart">
57 <command id=
"resume" view=
"browsecatalog" />
58 <command id=
"checkout" view=
"checkout" />
59 <command id=
"fail" view=
"error" />
60 <command id=
"stop" view=
"logon"/>