forked from Victorma/TiViCa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcommand.config
20 lines (20 loc) · 838 Bytes
/
command.config
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
###############################################################
#
# Application controller configuration file
#
# To ad an action use this scheme:
# <actionName> <classname>
# For example:
# CrearCliente CommandCrearCliente
#
###############################################################
# Commands
addmodifyitem controller.commands.imp.CommandAddModifyItem
adminlogin controller.commands.imp.CommandAdminLogin
itemlist controller.commands.imp.CommandItemList
putadditemincart controller.commands.imp.CommandPutAddItemInCart
removedeductitemfromcart controller.commands.imp.CommandRemoveDeductItemFromCart
removeitem controller.commands.imp.CommandRemoveItem
submitcart controller.commands.imp.CommandSubmitCart
viewcart controller.commands.imp.CommandViewCart
changeadminpassword controller.commands.imp.CommandChangeAdminPassword