Méthode | Description | |
---|---|---|
AddController ( String areaName, String controllerName, |
Register a controller on the tree. If the specified area name matches the current node, the controller is register on the node itself, otherwise on the right or on the left node. Note that the controller is an |
|
DefaultControllerTree ( ) : System |
Constructs a
|
|
DefaultControllerTree ( String areaName ) : System |
Constructs a
|
|
GetController ( String areaName, String controllerName ) : |
Returns a controller previously registered.
|
public AddController ( String areaName, String controllerName, |
||
areaName | String | The area name, or |
controllerName | String | The controller name |
controller | The controller representation | |
Résultat | void |
public DefaultControllerTree ( String areaName ) : System | ||
areaName | String | |
Résultat | System |
public GetController ( String areaName, String controllerName ) : |
||
areaName | String | The area name, or |
controllerName | String | The controller name |
Résultat |