Main Page | Packages | Class Tree | Index | Help

xp.mvc

class Controller

Object
  |
  +--xp.mvc.Controller


class Controller
extends Object



Method Summary

public
addCommand ( name: String, command: ICommand )


public
executeCommand ( name: String, context: Context ): Void


public
getCommand ( name: String ): ICommand


public static
getInstance ( ): Controller


public
removeCommand ( name: String ): Void




Method Documentation

addCommand

public function addCommand(name: String,
 command: ICommand)

executeCommand

public function executeCommand(name: String,
 context: Context): Void

getCommand

public function getCommand(name: String): ICommand

getInstance

public static function getInstance(): Controller

removeCommand

public function removeCommand(name: String): Void

The documentation was generated from the following file:


Generated on 10/30/2005 9:34:02 PM by AS2Doc